diff options
author | Carl Worth <cworth@cworth.org> | 2008-10-29 16:17:24 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-10-29 16:19:30 -0700 |
commit | f039da8d9172a6fb60082901c8dc56c7159ecd24 (patch) | |
tree | 6103df5ccb315e8f1fa5a1de4304ddc1b7f5c970 /.gitignore | |
parent | 81439b3bc8656b34c13b3cc7b5b6a9f03a3c8c54 (diff) |
Add doltcompile and doltlibtool to .gitignore.
These generated files were recently added to our build system.
We definitely don't want to see them in git-status output.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ config.log config.status configure configure.scan +doltcompile +doltlibtool libtool releases stamp-h |