aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorOren Hurvitz2015-08-11 11:55:51 +0300
committerOren Hurvitz2015-08-11 11:55:51 +0300
commit0b5385ffcebdf0d0993aee169ebd0ef37bcbfc9c (patch)
tree9efeb8cb568c97280c047ec2c083f95555064d15 /.gitignore
parentWhen the user stops a script, have it remain stopped (diff)
downloadopensim-SC-0b5385ffcebdf0d0993aee169ebd0ef37bcbfc9c.zip
opensim-SC-0b5385ffcebdf0d0993aee169ebd0ef37bcbfc9c.tar.gz
opensim-SC-0b5385ffcebdf0d0993aee169ebd0ef37bcbfc9c.tar.bz2
opensim-SC-0b5385ffcebdf0d0993aee169ebd0ef37bcbfc9c.tar.xz
Added *.Tests.log to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1ddfd3a..94f896d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,6 +72,7 @@ bin/Robust.log
72bin/RobustStats.log 72bin/RobustStats.log
73bin/OpenSimConsoleHistory.txt 73bin/OpenSimConsoleHistory.txt
74bin/RobustConsoleHistory.txt 74bin/RobustConsoleHistory.txt
75bin/*.Tests.log
75bin/*.manifest 76bin/*.manifest
76bin/crashes/ 77bin/crashes/
77Examples/*.dll 78Examples/*.dll