From: Tobias Klauser Date: Mon, 3 Apr 2017 03:08:29 +0000 (-0700) Subject: nios2: add .gitignore entries for auto-generated files X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6852aa0263cdc4d43ab8e23735e6e0973cadeb63;p=openwrt%2Fstaging%2Fblogic.git 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 Acked-by: Ley Foon Tan --- 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