summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c7aca13e6b3c3eb4a76f324d929a868539ea1682 (plain)
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
*.DIFF
*.RES
*.ERR
*.d
*.o
*.obj
*.dllobj
*.sho++
*.so
*.so.*
*.sho
*.db
*.a
*.lib
*.so
*.exe
*.exe.manifest
*.pdb
*.ilk
*.dll
*.dll.manifest
*.exp
*~
*.log
tests/*/test1
tests/*/test2
tests/*/test3
tests/*/test4
tests/*/test5
tests/*/test6
src/crawl/crawl
makefiles/gmake/platform.mk.vars
makefiles/gmake/platform.vars
lua/src/lua
*Lua.cpp
*Lua.hpp
tolua/bin/tolua
tolua/bin/tolua_lua
tolua/src/tests/tarray
tolua/src/tests/tarraybind.c
tolua/src/tests/tclass
tolua/src/tests/tclassbind.cpp
tolua/src/tests/tconstant
tolua/src/tests/tconstantbind.cpp
tolua/src/tests/tdirective
tolua/src/tests/tdirectivebind.c
tolua/src/tests/tenum
tolua/src/tests/tenumbind.c
tolua/src/tests/tfunction
tolua/src/tests/tfunctionbind.cpp
tolua/src/tests/tinheritance
tolua/src/tests/tinheritancebind.cpp
tolua/src/tests/tmodule
tolua/src/tests/tmodulebind.c
tolua/src/tests/tnamespace
tolua/src/tests/tnamespacebind.cpp
tolua/src/tests/tvararg
tolua/src/tests/tvarargbind.cpp
tolua/src/tests/tvariable
tolua/src/tests/tvariablebind.c