gitignore: add tags files and Vim swap file

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
This commit is contained in:
Markus Heidelberg 2008-09-09 17:31:46 +02:00 committed by Wolfgang Denk
parent 1d9b67b23f
commit 650632fe4c
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -11,6 +11,7 @@
*.a
*.o
*~
*.swp
*.patch
#
@ -49,6 +50,10 @@ series
# cscope files
cscope.*
# tags files
/ctags
/etags
# OneNAND IPL files
/onenand_ipl/onenand-ipl*
/onenand_ipl/board/*/onenand*