Gitignore: ignore vim swap files
As a convenience, add vim's generated swap files (*.swp) to the .gitignore file. Change-Id: I27d83526565186f009f3feb6e27a1b7f7ba87a63
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
|||||||
*.pb.cc
|
*.pb.cc
|
||||||
*.gcda
|
*.gcda
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.swp
|
||||||
*~
|
*~
|
||||||
Makefile
|
Makefile
|
||||||
build
|
build
|
||||||
|
|||||||
Reference in New Issue
Block a user