diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-04-02 20:08:29 -0700 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2017-05-08 16:59:19 +0800 |
commit | 6852aa0263cdc4d43ab8e23735e6e0973cadeb63 (patch) | |
tree | 6d549d684a94adfc827d92f4375639ced9ea59b3 /arch/nios2 | |
parent | 13e0988140374123bead1dd27c287354cb95108e (diff) |
nios2: add .gitignore entries for auto-generated files
Add .gitignore entries for nios2 specific files generated during the
build process.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/boot/.gitignore | 2 | ||||
-rw-r--r-- | arch/nios2/kernel/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/nios2/boot/.gitignore b/arch/nios2/boot/.gitignore new file mode 100644 index 000000000000..109279ca5a4d --- /dev/null +++ b/arch/nios2/boot/.gitignore @@ -0,0 +1,2 @@ +*.dtb +vmImage diff --git a/arch/nios2/kernel/.gitignore b/arch/nios2/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/nios2/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds |