FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gitignore: ignore all tap files · nodejs/node@4141c77 · GitHub

/ node Public

Commit 4141c77

Browse files
authored andcommitted
gitignore: ignore all tap files
We now have multiple tap producers; just ignore all files with the `.tap` extension. PR-URL: #9262 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 575fc4e commit 4141c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.gitignore‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ deps/npm/node_modules/.bin/
8888
# test artifacts
8989
tools/faketime
9090
icu_config.gypi
91-
test.tap
91+
*.tap
9292

9393
# Xcode workspaces and project folders
9494
*.xcodeproj

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL