diff options
author | Andi Kleen <ak@linux.intel.com> | 2015-04-16 14:02:41 -0700 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-06-15 14:36:13 +0200 |
commit | a37161c0588c0d3ff4afb08ef83106a80bde604e (patch) | |
tree | fdae907d252f99cd43fb4f9e39f7a26df4df68d6 /.gitignore | |
parent | d0fe116b4554d79125f384f7ba23722b41c3cb93 (diff) |
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-- | .gitignore | 3 |
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 *~ \#*# |