summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndi Kleen2015-04-16 23:02:41 +0200
committerMichal Marek2015-06-15 14:36:13 +0200
commita37161c0588c0d3ff4afb08ef83106a80bde604e (patch)
treefdae907d252f99cd43fb4f9e39f7a26df4df68d6 /.gitignore
parentgitignore: Add MIPS vmlinux.32 to the list (diff)
downloadkernel-qcow2-linux-a37161c0588c0d3ff4afb08ef83106a80bde604e.tar.gz
kernel-qcow2-linux-a37161c0588c0d3ff4afb08ef83106a80bde604e.tar.xz
kernel-qcow2-linux-a37161c0588c0d3ff4afb08ef83106a80bde604e.zip
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 34d6bad9317b..98b91fccff45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,6 +90,9 @@ GRTAGS
GSYMS
GTAGS
+# id-utils files
+ID
+
*.orig
*~
\#*#