Eric Raible wrote:
Christian Jaeger <christian <at> pflanze.mine.nu> writes:
Michael J Gruber wrote:
Or put it
in .git/info/excludes.
Only "git ls-files --others --exclude-from=.git/info/exclude" will exclude
Could it be a simple as "excludes" vs "exclude"?
Nope.
ln -s exclude .git/info/excludes
git ls-files # still shows files matching the excludes
git ls-files --exclude-from=.git/info/exclude # does not show
git ls-files --exclude-from=.git/info/excludes # does not show
Christian.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html