From: Andi Kleen Date: Thu, 16 Apr 2015 21:02:41 +0000 (-0700) Subject: Kbuild: Add ID files to .gitignore X-Git-Tag: v4.13~4551^2~12 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a37161c0588c0d3ff4afb08ef83106a80bde604e;p=mirror_ubuntu-bionic-kernel.git 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 Signed-off-by: Michal Marek --- 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 *~ \#*#