Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Majer <amajer@suse.de>2019-07-26 17:37:16 +0300
committerRich Trott <rtrott@gmail.com>2019-07-29 08:37:48 +0300
commit62a809fa54949fb1416b2462f995bb98037db2d0 (patch)
treece1c89e31a68193f94b351026ecafb2b482649d7 /.gitignore
parentddf7e2a7527ea7686eb6cbbd765e6f2eb97ee00a (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 48392d17f1e..e50393f003c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,3 +131,4 @@ _UpgradeReport_Files/
*.pyc
__pycache__
.DS_Store
+*~