mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
gitignore: ignore all tap files
We now have multiple tap producers; just ignore all files with the `.tap` extension. PR-URL: https://github.com/nodejs/node/pull/9262 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -88,7 +88,7 @@ deps/npm/node_modules/.bin/
|
||||
# test artifacts
|
||||
tools/faketime
|
||||
icu_config.gypi
|
||||
test.tap
|
||||
*.tap
|
||||
|
||||
# Xcode workspaces and project folders
|
||||
*.xcodeproj
|
||||
|
||||
Reference in New Issue
Block a user