Skip to content

Commit

Permalink
build: ignore backup files
Browse files Browse the repository at this point in the history
Prevent backup files from being accidentally automatically added
to the index.

PR-URL: #28865
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
AdamMajer authored and targos committed Aug 2, 2019
1 parent 24b8f20 commit 9e7c662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ _UpgradeReport_Files/
*.pyc
__pycache__
.DS_Store
*~

0 comments on commit 9e7c662

Please sign in to comment.