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