-
Notifications
You must be signed in to change notification settings - Fork 134
/
.gitignore
59 lines (49 loc) · 866 Bytes
/
.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
# Milton saves
*.mlt
# Visual Studio crap
third_party/SDL2-*/VisualC
*.vcxproj.user
*.sdf
*.opensdf
*.psess
*.vsp
*.sln
VS2015/**/*.tlog
VS2015/**/*.cache
VS2015/**/*.idb
VS2015/**/*.iobj
VS2015/**/*.ipdb
VS2015/**/*.log
VS2015/**/*.exp
VS2015/**/*.cd
VS2015/**/*.dll
VS2015/Milton/x64
VS2015/Milton/x86
*.opendb
*.VC.db
*.vs
# Windows profiler
*.sleepy
# SDL build
third_party/SDL2-*/Makefile
third_party/SDL2-*/Makefile.rules
third_party/SDL2-*/config.log
third_party/SDL2-*/config.status
third_party/SDL2-*/libtool
third_party/SDL2-*/sdl2-config
third_party/SDL2-*/sdl2.pc
third_party/SDL2-*/CMakeFiles
third_party/SDL2-*/*.vcxproj
third_party/SDL2-*/*.filters
third_party/SDL2-*/*.cmake
third_party/SDL2-*/CMakeCache.txt
third_party/SDL2-*/*/Debug/*
# build dir
build/
src/shaders.gen.h
# Tundra stuff
.tundra*
# RenderDoc
*.cap
# Deploy script
OUTPUT