Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] mips: gitignore: ignore generated .c files
@ 2017-08-02 15:04 Bartosz Golaszewski
  2017-08-04 13:42 ` James Hogan
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2017-08-02 15:04 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel, linux-mips, Bartosz Golaszewski

Add ashldi3.c and bswapsi.c to the list of ignored files.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 arch/mips/boot/compressed/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 arch/mips/boot/compressed/.gitignore

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
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-04 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 15:04 [PATCH] mips: gitignore: ignore generated .c files Bartosz Golaszewski
2017-08-04 13:42 ` James Hogan
2017-08-04 13:42   ` James Hogan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox