aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorSignpostMarv2012-08-20 09:46:41 +0100
committerJustin Clark-Casey (justincc)2012-08-24 01:26:11 +0100
commit632908db9e4810a7f181e23b7188e81ec2f88bc3 (patch)
treeeeaf58f74997b57aa3c07849c9ffb3d46e161989 /.gitignore
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-632908db9e4810a7f181e23b7188e81ec2f88bc3.zip
opensim-SC_OLD-632908db9e4810a7f181e23b7188e81ec2f88bc3.tar.gz
opensim-SC_OLD-632908db9e4810a7f181e23b7188e81ec2f88bc3.tar.bz2
opensim-SC_OLD-632908db9e4810a7f181e23b7188e81ec2f88bc3.tar.xz
adding sqlite journal files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 36a1757..bf3ac37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@
26bin/Debug/*.dll 26bin/Debug/*.dll
27bin/*.dll.mdb 27bin/*.dll.mdb
28bin/*.db 28bin/*.db
29bin/*.db-journal
29bin/addin-db-* 30bin/addin-db-*
30bin/*.dll 31bin/*.dll
31bin/OpenSim.vshost.exe.config 32bin/OpenSim.vshost.exe.config