diff options
author | SignpostMarv | 2012-07-27 23:12:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-27 23:37:24 +0100 |
commit | b23ab3ea853fcc513b5fe9ed5698a478236b656b (patch) | |
tree | 218d4ee8a3d8cee08994b57cb02a5f0d33b059bd /.gitignore | |
parent | Remove the LandGeom checks in OdeScene - these are pointless since LandGeom i... (diff) | |
download | opensim-SC-b23ab3ea853fcc513b5fe9ed5698a478236b656b.zip opensim-SC-b23ab3ea853fcc513b5fe9ed5698a478236b656b.tar.gz opensim-SC-b23ab3ea853fcc513b5fe9ed5698a478236b656b.tar.bz2 opensim-SC-b23ab3ea853fcc513b5fe9ed5698a478236b656b.tar.xz |
adding asset cache and map tile directories to .gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ bin/Physics* | |||
41 | bin/Terrain* | 41 | bin/Terrain* |
42 | bin/Regions/* | 42 | bin/Regions/* |
43 | bin/UserAssets | 43 | bin/UserAssets |
44 | bin/assetcache | ||
45 | bin/maptiles | ||
44 | bin/estate_settings.xml | 46 | bin/estate_settings.xml |
45 | bin/config-include/CenomeCache.ini | 47 | bin/config-include/CenomeCache.ini |
46 | bin/config-include/FlotsamCache.ini | 48 | bin/config-include/FlotsamCache.ini |