-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
108 lines (90 loc) · 1.91 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
*~
*.o
*.o-arm*
*.o-sim*
*.obj
*.d
*.lo
*.dylib
*.exe
config.log
config.status
/amulet
/amulet.exe
/libamulet.so
/amulet_license.txt
/builds/*
tags
settings
tmp/*
*.orig
log
D.*
*.swp
*.dSYM
.DS_Store
/VERSION
amulet.exe.manifest
vc*.pdb
src/am_embedded_data.cpp
src/am_version.cpp
src/am_generated_view_defs.inc
third_party/SDL2-*/Makefile
third_party/SDL2-*/Makefile.rules
third_party/SDL2-*/libtool
third_party/SDL2-*/sdl2-config
third_party/SDL2-*/sdl2.pc
third_party/SDL2-*/build/*
third_party/SDL2-*/include/SDL_config.h
third_party/SDL2-*/SDL2.spec
third_party/SDL2-*/sdl2-config.cmake
third_party/lua-*/src/lua
third_party/lua-*/src/luac
third_party/lua-*/src/*.lib
third_party/lua-*/src/*.a
third_party/lua-*/liblua
third_party/stb/*.lib
third_party/stb/*.a
third_party/stb/*.obj
third_party/stb/*.o-*
third_party/glsl-optimizer/*.a
third_party/kiss_fft*/*.lib
third_party/kiss_fft*/*.a
third_party/kiss_fft*/*.obj
third_party/kiss_fft*/*.o-*
third_party/LuaJIT-*/src/host/buildvm
third_party/LuaJIT-*/src/host/buildvm_arch.h
third_party/LuaJIT-*/src/host/minilua
third_party/LuaJIT-*/src/jit/vmdef.lua
third_party/LuaJIT-*/src/libluajit.a
third_party/LuaJIT-*/src/libluajit.so
third_party/LuaJIT-*/src/lj_bcdef.h
third_party/LuaJIT-*/src/lj_ffdef.h
third_party/LuaJIT-*/src/lj_folddef.h
third_party/LuaJIT-*/src/lj_libdef.h
third_party/LuaJIT-*/src/lj_recdef.h
third_party/LuaJIT-*/src/lj_vm.s
third_party/LuaJIT-*/src/luajit
third_party/LuaJIT-*/src/*.dll
third_party/LuaJIT-*/src/*.so
third_party/LuaJIT-*/src/*.a
third_party/angle-chrome*/*.a
third_party/angle-chrome*/*.lib
third_party/freetype-*/*.lib
third_party/freetype-*/*.a
third_party/freetype-*/*.pdb
third_party/tinymt-*/*.lib
third_party/tinymt-*/*.a
third_party/GoogleMobileAds.framework
tests/*.out
tests/*.err
tests/*.res
tests/*.time
gllog
gllog.cpp
valgrind.log
/third_party/steamworks_sdk*
/third_party/*.bak
/tools/bsearch
/tools/embed
/tools/gen_view_defs