Commit e8397b2
.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
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments