Commit 5fd934a9 authored by Franck Bui-Huu's avatar Franck Bui-Huu Committed by Linus Torvalds

[PATCH] .gitignore: add miscellaneous files

Prevent git from reporting this useless status:

	On branch refs/heads/master
	Untracked files:
	  (use "git add" to add to commit)

	      TAGS
	      scripts/kconfig/lkc_defs.h
	      scripts/kconfig/qconf.moc
	nothing to commit
Signed-off-by: default avatarFranck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d8b295f2
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
# Top-level generic files # Top-level generic files
# #
tags tags
TAGS
vmlinux* vmlinux*
System.map System.map
Module.symvers Module.symvers
......
...@@ -6,6 +6,8 @@ lex.*.c ...@@ -6,6 +6,8 @@ lex.*.c
*.tab.c *.tab.c
*.tab.h *.tab.h
zconf.hash.c zconf.hash.c
*.moc
lkc_defs.h
# #
# configuration programs # configuration programs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment