* [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
* Re: [PATCH] gitignore: ignore output files of coccicheck make target
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
0 siblings, 1 reply; 3+ messages in thread
From: Jakub Narębski @ 2016-09-27 19:52 UTC (permalink / raw)
To: René Scharfe, Git List; +Cc: Junio C Hamano
W dniu 27.09.2016 o 21:01, René Scharfe pisze:
> 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
Wouldn't it be better to have this in contrib/coccinelle/.gitignore?
> @@ -207,6 +207,7 @@
> /tags
> /TAGS
> /cscope*
> +/contrib/coccinelle/*.patch*
> *.obj
> *.lib
> *.res
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gitignore: ignore output files of coccicheck make target
2016-09-27 19:52 ` Jakub Narębski
@ 2016-09-27 20:12 ` René Scharfe
0 siblings, 0 replies; 3+ messages in thread
From: René Scharfe @ 2016-09-27 20:12 UTC (permalink / raw)
To: Jakub Narębski, Git List; +Cc: Junio C Hamano
Am 27.09.2016 um 21:52 schrieb Jakub Narębski:
> W dniu 27.09.2016 o 21:01, René Scharfe pisze:
>> 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
>
> Wouldn't it be better to have this in contrib/coccinelle/.gitignore?
True.
-- >8 --
Subject: [PATCH v2] gitignore: ignore output files of coccicheck make target
Helped-by: Jakub Narębski <jnareb@gmail.com>
Signed-off-by: Rene Scharfe <l.s.r@web.de>
---
contrib/coccinelle/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 contrib/coccinelle/.gitignore
diff --git a/contrib/coccinelle/.gitignore b/contrib/coccinelle/.gitignore
new file mode 100644
index 0000000..d3f2964
--- /dev/null
+++ b/contrib/coccinelle/.gitignore
@@ -0,0 +1 @@
+*.patch*
--
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).