mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
microblaze: Add .gitignore entries for auto-generated files
Add .gitignore entries for files which are generated during the build process. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
1de9e46c21
commit
f6bfc62b97
2 changed files with 4 additions and 0 deletions
3
arch/microblaze/boot/.gitignore
vendored
Normal file
3
arch/microblaze/boot/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*.dtb
|
||||
linux.bin*
|
||||
simpleImage.*
|
||||
1
arch/microblaze/kernel/.gitignore
vendored
Normal file
1
arch/microblaze/kernel/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vmlinux.lds
|
||||
Loading…
Add table
Reference in a new issue