-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
74 lines (64 loc) · 1.04 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
/build
/cmake-build-*
/.vs
/release
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/contentModel.xml
.idea/**/dynamic.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/deployment.xml
.idea/webServers.xml
/saves
/ghosts
/data
/assets
/screenshots
/bugreports
/config.yaml
/network.yaml
/runtime-asset-src/*.blend?*
# Thank you, Windows!
Thumbs.db
src/loader/file/animationid.*
src/loader/file/larastateid.*
src/engine/items_tr1.*
src/engine/soundeffects_tr1.*
src/engine/tracks_tr1.*
src/hid/glfw_keys.*
src/hid/glfw_gamepad_buttons.*
src/hid/glfw_axes.*
src/hid/glfw_axis_dirs.*
src/hid/actions.*
src/engine/ghosting/ghostfinishstate.*
src/launcher/languages.h
share/**/*.mo
*.log
*.dll
*.exe
*.pdb
*.trace
*.7z
*.gz
*.xz
*.user
*.cap
*.zip
*.drawio
*.dmp
*.bin
share/shaders/*.err
share/shaders/*.full.glsl
__pycache__
# mesa dumps
/shader_*.frag
/shader_*.vert
*.qm