summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJani Nikula <ext-jani.1.nikula@nokia.com>2015-01-13 16:22:40 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-13 09:07:25 +0100
commitd9829f8f043994419df314f46a24c6669063f517 (patch)
tree1c3412dff38224e9c15a1889de704267cf8f223e /.gitignore
parentf822e7dcb925a95b33d3b619f03df54d79924081 (diff)
downloadbarebox-d9829f8f043994419df314f46a24c6669063f517.tar.gz
barebox-d9829f8f043994419df314f46a24c6669063f517.tar.xz
gitignore: Add GNU GLOBAL files to top .gitignore
Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL. Signed-off-by: Jani Nikula <ext-jani.1.nikula@nokia.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> [ imported from Linux Kernel, commit f2ac5e78928b ] Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6d1b6708a..fe29da5023 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,5 +81,11 @@ series
cscope.*
ncscope.*
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
# patches
*.patch