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:
Johan Bergström
2016-10-25 13:26:46 -03:00
parent 6831ebe3bb
commit fb05e31466

2
.gitignore vendored
View File

@@ -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