.gitignore: add vi swap files.
how could you forget vi users? HOW? :\
This commit is contained in:
parent
78e580135b
commit
cb9ddad898
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
*~
|
||||
.*.swp
|
||||
.*.swo
|
||||
*.o
|
||||
lib*.a
|
||||
.deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue