Skip to content

Commit 6b01bfa

Browse files
jbergstroemMylesBorins
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 33bcd6f commit 6b01bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
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)