diff options
author | onefang | 2020-02-07 23:12:44 +1000 |
---|---|---|
committer | onefang | 2020-02-07 23:12:44 +1000 |
commit | 7ec4e246c496db31d4ac25010a1f8425c51795ec (patch) | |
tree | 5a2e0d6af3172b439c3bfb9dd38ee190c0d03cfe /.gitignore | |
parent | Add Gloebits clone and build. (diff) | |
download | opensim-SC_OLD-7ec4e246c496db31d4ac25010a1f8425c51795ec.zip opensim-SC_OLD-7ec4e246c496db31d4ac25010a1f8425c51795ec.tar.gz opensim-SC_OLD-7ec4e246c496db31d4ac25010a1f8425c51795ec.tar.bz2 opensim-SC_OLD-7ec4e246c496db31d4ac25010a1f8425c51795ec.tar.xz |
Remove addon-modules from git ignore list.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ lastBuild | |||
33 | */*/*/*/*/*/bin | 33 | */*/*/*/*/*/bin |
34 | */*/*/*/*/*/*/bin | 34 | */*/*/*/*/*/*/bin |
35 | .vs/ | 35 | .vs/ |
36 | addon-modules/ | 36 | #addon-modules/ |
37 | bin/Debug/*.dll | 37 | bin/Debug/*.dll |
38 | bin/*.dll.mdb | 38 | bin/*.dll.mdb |
39 | bin/*.dll | 39 | bin/*.dll |