forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
108 lines (106 loc) · 1.27 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
*.[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-*
/CMakeFiles/
casc_extract/cache/
casc_extract/wow/
casc_extract/__pycache__/
vs/int_gui/
x64/
x86/
simc-*/
doc/build/
doc/doxygen/
doc/ext/breathe/
/simc
/SimulationCraft
engine/simc
engine/sc_rng
/build
results.html
simc_gui.simc
simc_log.txt
simc_report.html
simc_report.xml
.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/*.vcxproj*
cli/build
cli/release
cli/debug
cli/*.vcxproj*
simulationcraft.sln
simulationcraft*.db
engine/simulationcraft.hpp.cpp
gui/*_resource*
.vs/
.ycm_*