Re: Easy way to verify gitignore files? - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Easy way to verify gitignore files?
Date
Msg-id m2lj6si977.fsf@hi-media.com
Whole thread Raw
In response to Easy way to verify gitignore files?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Easy way to verify gitignore files?
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> However, it seems that git isn't so willing to tell you about gitignore
> patterns that cover too much, i.e. match files that are already in the
> repository.

It seems to me that git-ls-files is what you want here :
http://www.kernel.org/pub/software/scm/git/docs/git-ls-files.htmlgit ls-files -i --exclude-standard 

Regards,
--
dim


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: wip: functions median and percentile
Next
From: Pavel Stehule
Date:
Subject: Re: wip: functions median and percentile