diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-01-15 14:33:41 +0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-12 14:24:44 +0400 |
commit | f6bfc62b9757fda22599dc609d2150b94ebe949d (patch) | |
tree | a7fab8914cf9e59e7162d7592617c2810b6f7450 /arch/microblaze/boot | |
parent | 1de9e46c21298f85820e004bce103858bc9c9dcb (diff) | |
download | linux-f6bfc62b9757fda22599dc609d2150b94ebe949d.tar.xz |
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>
Diffstat (limited to 'arch/microblaze/boot')
-rw-r--r-- | arch/microblaze/boot/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/boot/.gitignore b/arch/microblaze/boot/.gitignore new file mode 100644 index 000000000000..bf0459186027 --- /dev/null +++ b/arch/microblaze/boot/.gitignore @@ -0,0 +1,3 @@ +*.dtb +linux.bin* +simpleImage.* |