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:
Adam Majer 2019-07-26 16:37:16 +02:00 committed by Rich Trott
parent ddf7e2a752
commit 62a809fa54

1
.gitignore vendored
View File

@ -131,3 +131,4 @@ _UpgradeReport_Files/
*.pyc
__pycache__
.DS_Store
*~