commit | 18e33d2cb6eba1917b17d7a1fc234412a4359422 | [log] [tgz] |
---|---|---|
author | Markus Heidelberg <markus.heidelberg@web.de> | Tue Sep 09 17:31:46 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Sep 09 23:32:38 2008 +0200 |
tree | c1ac349364a5f20ff30bd4c6bfee1804a4fc227e | |
parent | b163fcff63c655b5676f411dc32b720e01fc18a2 [diff] |
gitignore: add tags files and Vim swap file Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
diff --git a/.gitignore b/.gitignore index 96c1b4a..9c53f5c 100644 --- a/.gitignore +++ b/.gitignore
@@ -11,6 +11,7 @@ *.a *.o *~ +*.swp *.patch # @@ -49,6 +50,10 @@ # cscope files cscope.* +# tags files +/ctags +/etags + # OneNAND IPL files /onenand_ipl/onenand-ipl* /onenand_ipl/board/*/onenand*