[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>

authored by Franck Bui-Huu and committed by Linus Torvalds 5fd934a9 d8b295f2

+3
+1
.gitignore
··· 20 20 # Top-level generic files 21 21 # 22 22 tags 23 + TAGS 23 24 vmlinux* 24 25 System.map 25 26 Module.symvers
+2
scripts/kconfig/.gitignore
··· 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