Skip to content

Commit e8397b2

Browse files
avarcr-marcstevens
authored andcommitted
.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.
1 parent 030f0e6 commit e8397b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.gitignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@
3434
/dep_src/
3535
/obj_src/
3636
/bin/
37+
38+
# The git.git project generates lib/.depend/ with
39+
# COMPUTE_HEADER_DEPENDENCIES=[auto|yes].
40+
.depend/

0 commit comments

Comments
(0)