From e8397b268195a668dad08646ea4e2b4797410f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 19 May 2017 07:17:09 +0000 Subject: .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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e6ff5e3..ee00aad 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ /dep_src/ /obj_src/ /bin/ + +# The git.git project generates lib/.depend/ with +# COMPUTE_HEADER_DEPENDENCIES=[auto|yes]. +.depend/ -- cgit v1.2.3