Skip to content

Commit

Permalink
[PATCH] .gitignore: add miscellaneous files
Browse files Browse the repository at this point in the history
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: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
fbuihuu authored and Linus Torvalds committed Nov 13, 2006
1 parent d8b295f commit 5fd934a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions scripts/kconfig/.gitignore
Expand Up @@ -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
Expand Down

0 comments on commit 5fd934a

Please sign in to comment.