build: ignore backup files
Prevent backup files from being accidentally automatically added to the index. PR-URL: https://github.com/nodejs/node/pull/28865 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
ddf7e2a752
commit
62a809fa54
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,3 +131,4 @@ _UpgradeReport_Files/
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user