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/boot | |
parent | 13e0988140374123bead1dd27c287354cb95108e (diff) | |
download | linux-stable-6852aa0263cdc4d43ab8e23735e6e0973cadeb63.tar.gz linux-stable-6852aa0263cdc4d43ab8e23735e6e0973cadeb63.tar.bz2 linux-stable-6852aa0263cdc4d43ab8e23735e6e0973cadeb63.zip |
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/boot')
-rw-r--r-- | arch/nios2/boot/.gitignore | 2 |
1 files changed, 2 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 |