Skip to content

Commit fb05e31

Browse files
committed
gitignore: ignore all tap files
We now have multiple tap producers; just ignore all files with the `.tap` extension. PR-URL: nodejs#9262 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 6831ebe commit fb05e31

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)