Commit 5fd934a9a1b72c718ad5c388fd2e0fd90486cbf3

Authored by Franck Bui-Huu
Committed by Linus Torvalds
1 parent d8b295f290

[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: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -20,6 +20,7 @@
20 20 # Top-level generic files
21 21 #
22 22 tags
  23 +TAGS
23 24 vmlinux*
24 25 System.map
25 26 Module.symvers
scripts/kconfig/.gitignore
... ... @@ -6,6 +6,8 @@
6 6 *.tab.c
7 7 *.tab.h
8 8 zconf.hash.c
  9 +*.moc
  10 +lkc_defs.h
9 11  
10 12 #
11 13 # configuration programs