diff options
| author | Franck Bui-Huu <fbuihuu@gmail.com> | 2006-11-10 12:27:53 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-11-13 07:40:42 -0800 | 
| commit | 5fd934a9a1b72c718ad5c388fd2e0fd90486cbf3 (patch) | |
| tree | 65db8f571394fb17713abeb45ca61ac65536eaa3 /.gitignore | |
| parent | d8b295f29091310d746509bb6d5828aaf4907a18 (diff) | |
| download | linux-5fd934a9a1b72c718ad5c388fd2e0fd90486cbf3.tar.bz2 | |
[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>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index e1d5c17c12c2..9eb4b7711499 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@  # Top-level generic files  #  tags +TAGS  vmlinux*  System.map  Module.symvers |