summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2015-04-16 14:02:41 -0700
committerMichal Marek <mmarek@suse.cz>2015-06-15 14:36:13 +0200
commita37161c0588c0d3ff4afb08ef83106a80bde604e (patch)
treefdae907d252f99cd43fb4f9e39f7a26df4df68d6 /.gitignore
parentd0fe116b4554d79125f384f7ba23722b41c3cb93 (diff)
downloadop-kernel-dev-a37161c0588c0d3ff4afb08ef83106a80bde604e.zip
op-kernel-dev-a37161c0588c0d3ff4afb08ef83106a80bde604e.tar.gz
Kbuild: Add ID files to .gitignore
I use GNU id-utils to find code (essentially a database backed grep), which generates an ID file to maintain its data. Add ID to the .gitignore file. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 34d6bad..98b91fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,6 +90,9 @@ GRTAGS
GSYMS
GTAGS
+# id-utils files
+ID
+
*.orig
*~
\#*#
OpenPOWER on IntegriCloud