diff options
-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 |