Skip to content

Commit 6e9a7e1

Browse files
TrottBridgeAR
authored andcommitted
tools: remove unneeded .gitignore entries
Remove entries from `.gitignore` that are already covered by the generic `.*` entry on line 2 of the .gitignore file. PR-URL: #26370 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8814d03 commit 6e9a7e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.gitignore

-7
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ vgcore.*
2222
v8*.log
2323
perf.data
2424
perf.data.old
25-
.waf*
2625
tags
27-
.lock-wscript
2826
*.pyc
2927
doc/api.xml
3028
tmp/
@@ -34,9 +32,7 @@ iojs_g
3432
node
3533
node_g
3634
*.swp
37-
.benchmark_reports
3835
icu_config.gypi
39-
.eslintcache
4036
node_trace.*.log
4137
coverage/
4238
!**/node_modules/**/coverage
@@ -64,8 +60,6 @@ ipch/
6460
*.opensdf
6561
*.VC.db
6662
*.VC.opendb
67-
.vs/
68-
.vscode/
6963
/*.exe
7064

7165
/config.mk
@@ -86,7 +80,6 @@ deps/icu*.tgz
8680
deps/icu-tmp
8781
./node_modules
8882
android-toolchain/
89-
.svn/
9083

9184
# generated by gyp on Windows
9285
deps/openssl/openssl.props

0 commit comments

Comments
 (0)