added vim swap files to .gitignore
This commit is contained in:
parent
ea99573f99
commit
105825b4ce
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/tags
|
/tags
|
||||||
|
|
||||||
|
# vim swap files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
Loading…
Reference in New Issue
Block a user