Skip to content
Snippets Groups Projects
Commit a37161c0 authored by Andi Kleen's avatar Andi Kleen Committed by Michal Marek
Browse files

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: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent d0fe116b
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,9 @@ GRTAGS
GSYMS
GTAGS
# id-utils files
ID
*.orig
*~
\#*#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment