mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-23 23:50:51 +07:00
.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>
This commit is contained in:
parent
8f8a68ee48
commit
3f1b0e1f28
3
.gitignore
vendored
3
.gitignore
vendored
@ -45,3 +45,6 @@ series
|
||||
|
||||
# cscope files
|
||||
cscope.*
|
||||
|
||||
*.orig
|
||||
*.rej
|
||||
|
1
usr/.gitignore
vendored
1
usr/.gitignore
vendored
@ -5,3 +5,4 @@ gen_init_cpio
|
||||
initramfs_data.cpio
|
||||
initramfs_data.cpio.gz
|
||||
initramfs_list
|
||||
include
|
||||
|
Loading…
Reference in New Issue
Block a user