Skip to content

Commit

Permalink
.gitignore: ignore lib/.depend/ and other .depend/ directories
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
avar authored and cr-marcstevens committed May 20, 2017
1 parent 030f0e6 commit e8397b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -34,3 +34,7 @@
/dep_src/
/obj_src/
/bin/

# The git.git project generates lib/.depend/ with
# COMPUTE_HEADER_DEPENDENCIES=[auto|yes].
.depend/

0 comments on commit e8397b2

Please sign in to comment.