gitignore: add tags files and Vim swap file

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
master
Markus Heidelberg 16 years ago committed by Wolfgang Denk
parent 1d9b67b23f
commit 650632fe4c
  1. 5
      .gitignore

5
.gitignore vendored

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

Loading…
Cancel
Save