1# Milton saves
2*.mlt
3
4# Visual Studio crap
5third_party/SDL2-*/VisualC
6*.vcxproj.user
7*.sdf
8*.opensdf
9*.psess
10*.vsp
11*.sln
12VS2015/**/*.tlog
13VS2015/**/*.cache
14VS2015/**/*.idb
15VS2015/**/*.iobj
16VS2015/**/*.ipdb
17VS2015/**/*.log
18VS2015/**/*.exp
19VS2015/**/*.cd
20VS2015/**/*.dll
21VS2015/Milton/x64
22VS2015/Milton/x86
23*.opendb
24*.VC.db
25*.vs
26
27
28# Windows profiler
29*.sleepy
30
31# SDL build
32third_party/SDL2-*/Makefile
33third_party/SDL2-*/Makefile.rules
34third_party/SDL2-*/config.log
35third_party/SDL2-*/config.status
36third_party/SDL2-*/libtool
37third_party/SDL2-*/sdl2-config
38third_party/SDL2-*/sdl2.pc
39third_party/SDL2-*/CMakeFiles
40third_party/SDL2-*/*.vcxproj
41third_party/SDL2-*/*.filters
42third_party/SDL2-*/*.cmake
43third_party/SDL2-*/CMakeCache.txt
44third_party/SDL2-*/*/Debug/*
45
46
47# build dir
48build/
49
50src/shaders.gen.h
51
52# Tundra stuff
53.tundra*
54
55# RenderDoc
56*.cap
57
58# Deploy script
59OUTPUT
60