From 9e7c66280e06d6c7ab91ac36bbf85e5938555dca Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 26 Jul 2019 16:37:16 +0200 Subject: [PATCH] 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 Reviewed-By: Rich Trott --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48392d17f1e0fb..e50393f003c5d1 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ _UpgradeReport_Files/ *.pyc __pycache__ .DS_Store +*~