git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore output files of coccicheck make target
@ 2016-09-27 19:01 René Scharfe
  2016-09-27 19:52 ` Jakub Narębski
  0 siblings, 1 reply; 3+ messages in thread
From: René Scharfe @ 2016-09-27 19:01 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano

Signed-off-by: Rene Scharfe <l.s.r@web.de>
---
  .gitignore | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 05cb58a..f370ba0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -207,6 +207,7 @@
  /tags
  /TAGS
  /cscope*
+/contrib/coccinelle/*.patch*
  *.obj
  *.lib
  *.res
-- 
2.10.0


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

end of thread, other threads:[~2016-09-27 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27 19:01 [PATCH] gitignore: ignore output files of coccicheck make target René Scharfe
2016-09-27 19:52 ` Jakub Narębski
2016-09-27 20:12   ` René Scharfe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).