aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore90
1 files changed, 90 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..b4473f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,90 @@
1.project
2.settings
3lastBuild
4#.gitignore
5*.csproj
6*.csproj.user
7*.build
8*.mdb
9*.mdp
10*.mds
11*.pdb
12*.pidb
13*.dll.build
14*.dll
15*.log
16
17# Ignore .user and .suo files as these are user preference specific
18# http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control
19*.suo
20*.user
21
22*.VisualState.xml
23*/*/obj
24*/*/*/obj
25*/*/*/*/obj
26*/*/*/*/*/obj
27*/*/*/*/*/*/obj
28*/*/*/*/*/*/*/obj
29*/*/bin
30*/*/*/bin
31*/*/*/*/bin
32*/*/*/*/*/bin
33*/*/*/*/*/*/bin
34*/*/*/*/*/*/*/bin
35.vs/
36#addon-modules/
37bin/Debug/*.dll
38bin/*.dll.mdb
39bin/*.dll
40bin/OpenSim.vshost.exe.config
41bin/OpenSim.32BitLaunch.vshost.exe.config
42UpgradeLog.XML
43_UpgradeReport_Files/
44bin/*.maddin
45bin/*.exe
46#bin/*.ini
47bin/Physics*
48bin/Terrain*
49bin/UserAssets
50bin/bakes
51bin/estate_settings.xml
52bin/*.manifest
53bin/crashes/
54Examples/*.dll
55OpenSim.build
56OpenSim.sln
57OpenSim.userprefs
58Prebuild/Prebuild.build
59Prebuild/Prebuild.sln
60TestResult.xml
61cov/*
62OpenSim/OpenSim.userprefs
63OpenSim/OpenSim.usertasks
64TAGS
65*~
66Makefile.local
67bin/.version
68compile.bat
69OpenSim/Data/Tests/test-results/
70OpenSim/Framework/Serialization/Tests/test-results/
71OpenSim/Framework/Servers/Tests/test-results/
72OpenSim/Framework/Tests/test-results/
73OpenSim/Region/ClientStack/Linden/Caps/test-results/
74OpenSim/Region/ClientStack/Linden/UDP/Tests/test-results/
75OpenSim/Region/CoreModules/test-results/
76OpenSim/Region/Framework/test-results/
77OpenSim/Region/OptionalModules/test-results/
78OpenSim/Region/Physics/BulletDotNETPlugin/
79OpenSim/Region/Physics/Manager/test-results/
80OpenSim/Region/Physics/OdePlugin/Tests/test-results/
81OpenSim/Region/ScriptEngine/test-results/
82OpenSim/Tests/Common/test-results/
83OpenSim/Tests/test-results/
84test-results/
85doc/html
86doc/doxygen.error.log
87
88*.patch
89
90git-sub-modules/*/