.gitignore: ignore editor backup files

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2016-09-03 11:40:24 +09:00
parent 240b314030
commit 589b827f4b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
cscope.*
*.swp
*.patch
*~
.project
.cproject