★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/d4a8769b31Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
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 <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and BethGriggs committed Apr 16, 2019
1 parent 5cd96b3 commit d4a8769b31915c4cc6cdd2c358a4749bed2ce47f
Showing with 0 additions and 7 deletions.
  1. +0 −7 .gitignore
@@ -22,9 +22,7 @@ vgcore.*
v8*.log
perf.data
perf.data.old
.waf*
tags
.lock-wscript
*.pyc
doc/api.xml
tmp/
@@ -34,9 +32,7 @@ iojs_g
node
node_g
*.swp
.benchmark_reports
icu_config.gypi
.eslintcache
node_trace.*.log
coverage/
!**/node_modules/**/coverage
@@ -64,8 +60,6 @@ ipch/
*.opensdf
*.VC.db
*.VC.opendb
.vs/
.vscode/
/*.exe

/config.mk
@@ -86,7 +80,6 @@ deps/icu*.tgz
deps/icu-tmp
./node_modules
android-toolchain/
.svn/

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

0 comments on commit d4a8769

Please sign in to comment.