forked from WhiteCoreSim/WhiteCore-Dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·108 lines (95 loc) · 1.94 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
*.bak
*.build
*.csproj
*.csproj.user
*.db-journal
*.dll.build
*.DS_Store
*.hg
*.log
*.mdb
*.mdp
*.mds
*.pdb
*.StyleCop
*.suo
*.userprefs
*.VisualState.xml
*.vshost.*
*/*/*/*/*/*/*/bin
*/*/*/*/*/*/*/obj
*/*/*/*/*/*/bin
*/*/*/*/*/*/obj
*/*/*/*/*/bin
*/*/*/*/*/obj
*/*/*/*/bin
*/*/*/*/obj
*/*/*/bin
*/*/*/obj
*/*/bin
*/*/obj
*StyleCop.Cache
*~
.hgignore
.hgtags
.project
.settings
compile.*.bat
compile.bat
compilex64.vs2010.bat
debug/*
doxygen.error.log
Examples/*.dll
hgrc
Makefile.local
Prebuild/Prebuild.build
Prebuild/Prebuild.sln
TAGS
TestResult.xml
WhiteCore.build
WhiteCore.sln
WhiteCore.sln.cache
# Addons
addon-modules/*/
# IRC chat module
WhiteCoreSim/bin/Glacier2.dll
WhiteCoreSim/bin/Ice.dll
# Binary
WhiteCoreSim/bin/*.log
WhiteCoreSim/bin/*/WhiteCore.*.dll
WhiteCoreSim/bin/.version
WhiteCoreSim/bin/WhiteCore.*.dll
WhiteCoreSim/bin/WhiteCore.*.exe
WhiteCoreSim/bin/WhiteCore.exe
# This is dependant upon x86/x64 and created at runtime
WhiteCoreSim/bin/ode.dll
# 20170112 - Exclude LibOMV libraries that are now included in the build process
WhiteCoreSim/bin/CSJ2K.dll
WhiteCoreSim/bin/OpenMetaverse.dll
WhiteCoreSim/bin/OpenMetaverse.StructuredData.dll
WhiteCoreSim/bin/OpenMetaverseTypes.dll
WhiteCoreSim/bin/OpenMetaverse.Rendering.Meshmerizer.dll
# Data files
WhiteCoreSim/Data/AssetCache/*
WhiteCoreSim/Data/AvatarArchives/*
WhiteCoreSim/Data/Banker.txt
WhiteCoreSim/Data/FileAssets/*
WhiteCoreSim/Data/Governor.txt
WhiteCoreSim/Data/OarFiles/*
WhiteCoreSim/Data/Marketplace.txt
WhiteCoreSim/Data/RealEstate.txt
WhiteCoreSim/Data/RegionBak/*.sim
WhiteCoreSim/Data/Region/*.sim
WhiteCoreSim/Data/ScriptEngines/*-*-*-*-*
WhiteCoreSim/Data/ScriptEngines/*.dll
WhiteCoreSim/Data/ScriptEngines/*/*.dll
WhiteCoreSim/Data/ScriptEngines/*/*.state
WhiteCoreSim/Data/SQLite/*.db
WhiteCoreSim/Data/SystemEstate.txt
WhiteCoreSim/Data/UserArchives/*
# Documentation
WhiteCoreDocs/
# Visual Studio files
.vs/*
WhiteCoreWebUI.sublime-project
WhiteCoreWebUI.sublime-workspace