Skip to content

Commit 02e6c84

Browse files
jbergstroemMyles Borins
authored and
Myles Borins
committed
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 36abbbe commit 02e6c84

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
@@ -85,7 +85,7 @@ deps/npm/node_modules/.bin/
8585
# test artifacts
8686
tools/faketime
8787
icu_config.gypi
88-
test.tap
88+
*.tap
8989

9090
# Xcode workspaces and project folders
9191
*.xcodeproj

0 commit comments

Comments
 (0)