diff options
author | Sean Dague | 2008-10-22 17:45:43 +0000 |
---|---|---|
committer | Sean Dague | 2008-10-22 17:45:43 +0000 |
commit | 50180984fad8aed21233a7a4301bbd0723b7f8c9 (patch) | |
tree | a7071066b4e7043ae5eb27c6d0c4f75c7df1bfa8 /.gitignore | |
parent | - Fix 3 comments starting with : instead of ; (diff) | |
download | opensim-SC_OLD-50180984fad8aed21233a7a4301bbd0723b7f8c9.zip opensim-SC_OLD-50180984fad8aed21233a7a4301bbd0723b7f8c9.tar.gz opensim-SC_OLD-50180984fad8aed21233a7a4301bbd0723b7f8c9.tar.bz2 opensim-SC_OLD-50180984fad8aed21233a7a4301bbd0723b7f8c9.tar.xz |
- Inserted code coverage monocov. To run do nant test-cov.
Creates a new directory cov and exports to html files in
subdirectories.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,4 +30,5 @@ bin/OpenSim.log | |||
30 | bin/Physics* | 30 | bin/Physics* |
31 | bin/Terrain* | 31 | bin/Terrain* |
32 | bin/estate_settings.xml | 32 | bin/estate_settings.xml |
33 | cov/* | ||
33 | *~ | 34 | *~ |