projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fe116
)
Kbuild: Add ID files to .gitignore
author
Andi Kleen
<ak@linux.intel.com>
Thu, 16 Apr 2015 21:02:41 +0000
(14:02 -0700)
committer
Michal Marek
<mmarek@suse.cz>
Mon, 15 Jun 2015 12:36:13 +0000
(14:36 +0200)
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>
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 34d6bad9317b3638e5f16963920382d230aba32b..98b91fccff45fc8bdfb2965d3f57debcb7aff13a 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-90,6
+90,9
@@
GRTAGS
GSYMS
GTAGS
+# id-utils files
+ID
+
*.orig
*~
\#*#