]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
gitignore: add tags files and Vim swap file
authorMarkus Heidelberg <markus.heidelberg@web.de>
Tue, 9 Sep 2008 15:31:46 +0000 (17:31 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Sep 2008 21:32:38 +0000 (23:32 +0200)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
.gitignore

index 96c1b4a7ae63a2478f54ab90b35c4841e19f7c37..9c53f5c5b54123532d79cb08150facc26d554717 100644 (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*