From: Markus Heidelberg Date: Tue, 9 Sep 2008 15:31:46 +0000 (+0200) Subject: gitignore: add tags files and Vim swap file X-Git-Tag: v2008.10-rc1~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=650632fe4ca09cfd0e5e6a593f2efc02ef87a58c;p=u-boot gitignore: add tags files and Vim swap file Signed-off-by: Markus Heidelberg --- diff --git a/.gitignore b/.gitignore index 96c1b4a7ae..9c53f5c5b5 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*