Commit 67853d3e by Sayan Bhattacharjee Committed by Dominic Hamon

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`.
parent ffadb65d
......@@ -8,6 +8,7 @@
!/cmake/*.cmake
!/test/AssemblyTests.cmake
*~
*.swp
*.pyc
__pycache__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment