-
Notifications
You must be signed in to change notification settings - Fork 404
/
.gitignore
76 lines (75 loc) · 1.14 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
# automake products
/config.h
/config.h.in
/config.log
/config.status
/configure
/configure-modules-post.ac
/configure-modules-pre.ac
/configure.ac
/extra/reshax/Release/
/extra/reshax/Debug/
/extra/reshax/resources.h
/extra/reshax/resources.cpp
*.obj
*.o
*.dirstamp
*.m4
*.Po
*.lo
*.Plo
*.dll
*.user
*.suo
*/Release*
*/Debug*
*.lib
*.ncb
*.exe
*.bat
/platform/xcode/Build
/platform/xcode/DerivedData
/platform/xcode/ios/include
/platform/xcode/ios/libraries
/platform/xcode/ios/luajit-git
/platform/xcode/macosx/Frameworks
*xcuserdata*
*.DS_Store
*.dylib
*.dmg*
demos
*.orig
.*.swp
/autom4te.cache/
/src/.libs/
*~
Makefile*
libtool
/src/config.h
/platform/unix/ar-lib
/platform/unix/compile
/platform/unix/config.guess
/platform/unix/config.sub
/platform/unix/debian/changelog
/platform/unix/debian/control
/platform/unix/debian/rules
/platform/unix/depcomp
/platform/unix/install-sh
/platform/unix/love.desktop
/platform/unix/ltmain.sh
/platform/unix/missing
.lineno
*.la
*.Tpo
*.rej
*/.deps
stamp-h1
/src/love
/src/tags
.vs/
.vscode/
/testing/output/*.xml
/testing/output/*.html
/testing/output/*.md
/testing/output/actual/*.png
/testing/output/difference/*.png