OSDN Git Service

MIPS: gitignore: ignore generated .c files
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 2 Aug 2017 15:04:04 +0000 (17:04 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 7 Aug 2017 09:57:30 +0000 (11:57 +0200)
Add ashldi3.c and bswapsi.c to the list of ignored files.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
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 <ralf@linux-mips.org>
arch/mips/boot/compressed/.gitignore [new file with mode: 0644]

diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore
new file mode 100644 (file)
index 0000000..ebae133
--- /dev/null
@@ -0,0 +1,2 @@
+ashldi3.c
+bswapsi.c