Skip to content

Commit 67853d3

Browse files
aerosayandominichamon
authored andcommitted
Add .gitignore rule to ignore temporary .swp backup files created by vim. (google#859)
- Addresses : google#858 - Rule `*.swp` is added to `.gitignore` to ensure that the vim temporary `.swp` backup files are ignored and they don't pollute the results of `git status -u`.
1 parent ffadb65 commit 67853d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!/cmake/*.cmake
99
!/test/AssemblyTests.cmake
1010
*~
11+
*.swp
1112
*.pyc
1213
__pycache__
1314

0 commit comments

Comments
 (0)