Skip to content

Commit

Permalink
Kbuild: Add ID files to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and michal42 committed Jun 15, 2015
1 parent d0fe116 commit a37161c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ GRTAGS
GSYMS
GTAGS

# id-utils files
ID

*.orig
*~
\#*#
Expand Down

0 comments on commit a37161c

Please sign in to comment.