1
0
Fork 0

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>
hifive-unleashed-5.1
Andi Kleen 2015-04-16 14:02:41 -07:00 committed by Michal Marek
parent d0fe116b45
commit a37161c058
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -90,6 +90,9 @@ GRTAGS
GSYMS
GTAGS
# id-utils files
ID
*.orig
*~
\#*#