diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-01-15 11:33:41 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-12 11:24:44 +0100 |
commit | f6bfc62b9757fda22599dc609d2150b94ebe949d (patch) | |
tree | a7fab8914cf9e59e7162d7592617c2810b6f7450 | |
parent | 1de9e46c21298f85820e004bce103858bc9c9dcb (diff) | |
download | op-kernel-dev-f6bfc62b9757fda22599dc609d2150b94ebe949d.zip op-kernel-dev-f6bfc62b9757fda22599dc609d2150b94ebe949d.tar.gz |
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>
-rw-r--r-- | arch/microblaze/boot/.gitignore | 3 | ||||
-rw-r--r-- | arch/microblaze/kernel/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/boot/.gitignore b/arch/microblaze/boot/.gitignore new file mode 100644 index 0000000..bf04591 --- /dev/null +++ b/arch/microblaze/boot/.gitignore @@ -0,0 +1,3 @@ +*.dtb +linux.bin* +simpleImage.* diff --git a/arch/microblaze/kernel/.gitignore b/arch/microblaze/kernel/.gitignore new file mode 100644 index 0000000..c5f676c --- /dev/null +++ b/arch/microblaze/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds |