diff options
author | onefang | 2020-03-16 15:07:12 +1000 |
---|---|---|
committer | onefang | 2020-03-16 15:07:12 +1000 |
commit | 40a1c5806401ef187e2e84676f55b2b9791af764 (patch) | |
tree | 144f12e0291bf00de74fd1ec8d5212827bd64f12 /.gitignore | |
parent | Fix up boxes build system. (diff) | |
download | opensim-SC_OLD-40a1c5806401ef187e2e84676f55b2b9791af764.zip opensim-SC_OLD-40a1c5806401ef187e2e84676f55b2b9791af764.tar.gz opensim-SC_OLD-40a1c5806401ef187e2e84676f55b2b9791af764.tar.bz2 opensim-SC_OLD-40a1c5806401ef187e2e84676f55b2b9791af764.tar.xz |
Ignore the src build temporary directories.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,3 +88,5 @@ doc/doxygen.error.log | |||
88 | *.patch | 88 | *.patch |
89 | 89 | ||
90 | git-sub-modules/*/ | 90 | git-sub-modules/*/ |
91 | src/git-sub-modules/*/ | ||
92 | src/build | ||