Add some basic .gitignore files
This still leaves driver and architecture-specific subdirectories alone, but gets rid of the bulk of the "generic" generated files that we should ignore. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
39ca371c45
commit
1e65174a33
10 changed files with 84 additions and 0 deletions
7
usr/.gitignore
vendored
Normal file
7
usr/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
gen_init_cpio
|
||||
initramfs_data.cpio
|
||||
initramfs_data.cpio.gz
|
||||
initramfs_list
|
Loading…
Add table
Add a link
Reference in a new issue