Tom Lane <[email protected]> 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.html git ls-files -i --exclude-standard Regards, -- dim -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
