.gitignore: ignore lib/.depend/ and other .depend/ directories
commite8397b268195a668dad08646ea4e2b4797410f4f
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 19 May 2017 07:17:09 +0000 (19 07:17 +0000)
committerMarc Stevens <cr-marcstevens@users.noreply.github.com>
Sat, 20 May 2017 10:49:39 +0000 (20 12:49 +0200)
treea328a06db7388e4b2e1f824d44d9489b10e120bf
parent030f0e610751e27f3721897a046bd55d516036dd
.gitignore: ignore lib/.depend/ and other .depend/ directories

This is a hack so that I can run "make" cleanly in git.git. This is
really a wart around there being no easy way to have tracked
.gitignore changes to submodules.

You can hack e.g. .git/modules/sha1collisiondetection/info/exclude,
but that's not under source control, and thus needs to be done by the
Makefile.

This is an easy workaround that won't show the module dirty everytime
"make" is run, while we think about some longer-term fix for this.
.gitignore