forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
152 lines (138 loc) · 1.82 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
*.[ado]
*.csv
*.dat
*.dll
*.exe
*.gcda
*.ncb
*.sdf
*.suo
*.bak
*.[Dd]ebug
moc_*.cpp
*.pro.user.*
*.pro.user
*.opensdf
*.vcxproj.user
*.pdb
*.opendb
*.cmake
*.un~
*.swp
*.pyc
*.ld_*
*.db2
*.pgc
*.7z
*.ilk
*.lastcodeanalysissucceeded
Win32OpenSSL_Light-*
Win64OpenSSL_Light-*
# simc executables
/simc
engine/simc
engine/sc_rng
cli/simc
#SimulationCraft executables
/SimulationCraft
/gui/SimulationCraft
# Cast extract
casc_extract/cache/
casc_extract/wow/
casc_extract/wow_ptr/
casc_extract/__pycache__/
# Documentation
doc/build/
doc/doxygen/
doc/ext/breathe/
# Reports
results.html
simc_gui.simc
simc_log.txt
simc_report.html
simc_report.json
simc_report.xml
/CMakeFiles/
vs/int_gui/
x64/
x86/
simc-*/
out/
/build
.DS_Store
[Dd]ebug
simcqt.app
simcqt.dmg
*/project.xcworkspace
*/xcuserdata
.svn
chardev.cookies
ipch
simc_http_log.txt
log.txt
bin
int
.project
.pydevproject
.externalToolBuilders
.settings
engine/simc_x64
.cproject
Makefile
Makefile.Debug
Makefile.Release
simcqt.pro.user
nppBackup
build.conf
/simc.vcxproj.user
.gdbinit
CMakeCache.txt
SimulationCraft.config
SimulationCraft.creator
SimulationCraft.files
SimulationCraft.includes
SimulationCraft.app
simc_report.txt
.qmake.stash
qrc_simcqt.cpp
*.autosave
lib/build
lib/release
lib/debug
lib/*.vcxproj*
gui/build
gui/release
gui/debug
gui/moc
gui/*.vcxproj*
cli/build
cli/release
cli/debug
cli/*.vcxproj*
simulationcraft.sln
simulationcraft*.db
engine/simulationcraft.hpp.cpp
gui/*_resource*
.vs/
.vscode/
.idea/
.ycm_*
compile_commands.json
.cache/
dbc_extract3/cache/live/DBCache.bin
dbc_extract3/cache/ptr/DBCache.bin
apikey.txt
# Hide some common build folders
Debug/
Build/
Release/
*.o.tmp
# ignore common python virtual environments
env/
.env/
# Visual Studio CMake settings
CMakeSettings.json
# Cmake user file from QtCreator
CMakeLists.txt.user
UpgradeLog.htm
libsimcengine.prl