diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2007-07-15 23:41:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 09:05:52 -0700 |
commit | 3f1b0e1f287547903f11fa1e6de7d2765597766e (patch) | |
tree | 1fe849e433beb6f77ce3e90476e185738566999a | |
parent | 8f8a68ee486e1c81eaead3c521822bf86142d380 (diff) |
.gitignore update
headers_install by default puts headers into usr/include/ .
They're auto-generated, so should be ignored.
Same for *.orig, *.rej .
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | usr/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 060a71d41ad7..8d15830b883d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ series # cscope files cscope.* + +*.orig +*.rej diff --git a/usr/.gitignore b/usr/.gitignore index be186a82e8d0..69b2e89fa165 100644 --- a/usr/.gitignore +++ b/usr/.gitignore @@ -5,3 +5,4 @@ gen_init_cpio initramfs_data.cpio initramfs_data.cpio.gz initramfs_list +include |