* [PATCH] .gitignore: Add Kdevelop4 project files
@ 2014-11-25 16:42 Boaz Harrosh
2014-11-25 20:22 ` Michal Marek
0 siblings, 1 reply; 3+ messages in thread
From: Boaz Harrosh @ 2014-11-25 16:42 UTC (permalink / raw)
To: Michal Marek, Andrew Morton, linux-kernel
From: Boaz Harrosh <boaz@plexistor.com>
I'm not sure what is the costume with such IDE project files.
Most might be dot-files. It is kind of annoying for the Kdevelop4 user.
So please consider adding *.kdev4 files to be ignored?
Signed-off-by: Boaz Harrosh <boaz@plexistor.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index e213b27..02d6275 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@
modules.builtin
Module.symvers
*.dwo
+*.kdev4
#
# Top-level generic files
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] .gitignore: Add Kdevelop4 project files
2014-11-25 16:42 [PATCH] .gitignore: Add Kdevelop4 project files Boaz Harrosh
@ 2014-11-25 20:22 ` Michal Marek
2014-11-26 8:25 ` Boaz Harrosh
0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2014-11-25 20:22 UTC (permalink / raw)
To: Boaz Harrosh; +Cc: Andrew Morton, linux-kernel
On Tue, Nov 25, 2014 at 06:42:54PM +0200, Boaz Harrosh wrote:
> From: Boaz Harrosh <boaz@plexistor.com>
>
> I'm not sure what is the costume with such IDE project files.
> Most might be dot-files. It is kind of annoying for the Kdevelop4 user.
>
> So please consider adding *.kdev4 files to be ignored?
Sure, why not. I just moved the pattern to the end of the list (the
first part are files generated by kbuild itself) and added a comment:
diff --git a/.gitignore b/.gitignore
index e213b27..ce57b79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,6 @@ x509.genkey
# Kconfig presets
all.config
+
+# Kdevelop4
+*.kdev4
I hope you don't mind.
Michal
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] .gitignore: Add Kdevelop4 project files
2014-11-25 20:22 ` Michal Marek
@ 2014-11-26 8:25 ` Boaz Harrosh
0 siblings, 0 replies; 3+ messages in thread
From: Boaz Harrosh @ 2014-11-26 8:25 UTC (permalink / raw)
To: Michal Marek; +Cc: Andrew Morton, linux-kernel
On 11/25/2014 10:22 PM, Michal Marek wrote:
> On Tue, Nov 25, 2014 at 06:42:54PM +0200, Boaz Harrosh wrote:
>> From: Boaz Harrosh <boaz@plexistor.com>
>>
>> I'm not sure what is the costume with such IDE project files.
>> Most might be dot-files. It is kind of annoying for the Kdevelop4 user.
>>
>> So please consider adding *.kdev4 files to be ignored?
>
> Sure, why not. I just moved the pattern to the end of the list (the
> first part are files generated by kbuild itself) and added a comment:
>
> diff --git a/.gitignore b/.gitignore
> index e213b27..ce57b79 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -96,3 +96,6 @@ x509.genkey
>
> # Kconfig presets
> all.config
> +
> +# Kdevelop4
> +*.kdev4
>
> I hope you don't mind.
>
I do not mind. Even much better, thanks
> Michal
>
Boaz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-26 8:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 16:42 [PATCH] .gitignore: Add Kdevelop4 project files Boaz Harrosh
2014-11-25 20:22 ` Michal Marek
2014-11-26 8:25 ` Boaz Harrosh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox