diff mbox

[1/3,v2] .gitignore: add cscope and Qt project files

Message ID 1438623660-18026-1-git-send-email-tcamuso@redhat.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Tony Camuso Aug. 3, 2015, 5:41 p.m. UTC
Signed-off-by: Tony Camuso <tcamuso@redhat.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Christopher Li Aug. 8, 2015, 3:58 a.m. UTC | #1
On Mon, Aug 3, 2015 at 1:41 PM, Tony Camuso <tcamuso@redhat.com> wrote:
>
> Signed-off-by: Tony Camuso <tcamuso@redhat.com>
> ---
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index d32d063..1e35eac 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -9,6 +9,7 @@
>  pre-process.h
>  sparse.pc
>  version.h
> +cscope*


Can we be more specific on the cscope files?
e.g. Will cscope.* works for you?

Just in case we can have some C file which starts
with "cscope". We do have "ctags.c" for example.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tony Camuso Aug. 10, 2015, 11:18 a.m. UTC | #2
On 08/07/2015 11:58 PM, Christopher Li wrote:
> On Mon, Aug 3, 2015 at 1:41 PM, Tony Camuso <tcamuso@redhat.com> wrote:
>>
>> Signed-off-by: Tony Camuso <tcamuso@redhat.com>
>> ---
>>   .gitignore | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index d32d063..1e35eac 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -9,6 +9,7 @@
>>   pre-process.h
>>   sparse.pc
>>   version.h
>> +cscope*
>
>
> Can we be more specific on the cscope files?
> e.g. Will cscope.* works for you?
>
> Just in case we can have some C file which starts
> with "cscope". We do have "ctags.c" for example.
>
> Chris
>

Yes, very good point. You also have scope.c and scope.h

cscope.out is the generated file, so I will correct this patch
for that.

Regards,
Tony

--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index d32d063..1e35eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ 
 pre-process.h
 sparse.pc
 version.h
+cscope*
 
 # programs
 test-inspect
@@ -40,3 +41,6 @@  series
 # local makefile
 local.mk
 
+# files related to Qt
+*.pro*
+*.pri*