1
0
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. ()

- Addresses : 

  - 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:
Sayan Bhattacharjee 2019-08-22 02:23:15 +05:30 committed by Dominic Hamon
parent ffadb65d3a
commit 67853d3ed8

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
!/cmake/*.cmake
!/test/AssemblyTests.cmake
*~
*.swp
*.pyc
__pycache__