mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 14:30:37 +08:00
Add .gitignore rule to ignore temporary .swp backup files created by vim. (#859)
- Addresses : #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`.
This commit is contained in:
parent
ffadb65d3a
commit
67853d3ed8
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
!/cmake/*.cmake
|
||||
!/test/AssemblyTests.cmake
|
||||
*~
|
||||
*.swp
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user