Skip to content

Commit

Permalink
microblaze: Add .gitignore entries for auto-generated files
Browse files Browse the repository at this point in the history
Add .gitignore entries for files which are generated during the build process.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
  • Loading branch information
Lars-Peter Clausen authored and Michal Simek committed Feb 12, 2013
1 parent 1de9e46 commit f6bfc62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/microblaze/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.dtb
linux.bin*
simpleImage.*
1 change: 1 addition & 0 deletions arch/microblaze/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds

0 comments on commit f6bfc62

Please sign in to comment.