diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2008-09-09 17:31:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 23:32:38 +0200 |
commit | 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c (patch) | |
tree | c1ac349364a5f20ff30bd4c6bfee1804a4fc227e /.gitignore | |
parent | 1d9b67b23fca6a25154333733204339802510720 (diff) |
gitignore: add tags files and Vim swap file
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 96c1b4a7ae6..9c53f5c5b54 100644 --- a/.gitignore +++ b/.gitignore @@ -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* |