From: Bartosz Golaszewski Date: Wed, 2 Aug 2017 15:04:04 +0000 (+0200) Subject: MIPS: gitignore: ignore generated .c files X-Git-Tag: rel_imx_4.19.35_1.1.0~11952^2~9 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=33a73649acc412848996ae0921d577f33eb54af5;p=linux.git MIPS: gitignore: ignore generated .c files Add ashldi3.c and bswapsi.c to the list of ignored files. Signed-off-by: Bartosz Golaszewski Reviewed-by: James Hogan Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/16905/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore new file mode 100644 index 000000000000..ebae133f1d00 --- /dev/null +++ b/arch/mips/boot/compressed/.gitignore @@ -0,0 +1,2 @@ +ashldi3.c +bswapsi.c