-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
93 lines (72 loc) · 1.66 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
*~
.*.swp
.*.swo
*.o
lib*.a
.deps
Makefile
/aclocal.m4
/autom4te*.cache
/confstat*
/config.log
/config.status
/configure
/pentagram
/llc
/cachegrind.out.*
/pentagram.app
/Pentagram.dmg
/data/data.h
/docs/xml/*.html
/docs/xml/*.txt
/docs/xml/*.dat
/misc/config.h
/misc/config.h.in
/misc/config.h.stamp
/system/macosx/Info.plist
/system/msvc/Pentagram.ncb
/system/msvc/Pentagram.suo
/system/msvc/Pentagram/*.user
/system/msvc/Pentagram/Debug Win32
/system/msvc/Pentagram/Debug x64
/system/msvc/Pentagram/Release Win32
/system/msvc/Pentagram/Release x64
/system/msvc/ShapeConv/*.user
/system/msvc/ShapeConv/Debug Win32
/system/msvc/ShapeConv/Debug x64
/system/msvc/ShapeConv/Release Win32
/system/msvc/ShapeConv/Release x64
/system/msvc/amf2mod/*.user
/system/msvc/amf2mod/Debug Win32
/system/msvc/amf2mod/Debug x64
/system/msvc/amf2mod/Release Win32
/system/msvc/amf2mod/Release x64
/system/msvc/data/*.user
/system/msvc/data/Debug
/system/msvc/data/Release
/system/msvc/data2c/*.user
/system/msvc/data2c/Debug
/system/msvc/data2c/Release
/system/msvc/disasm/*.user
/system/msvc/disasm/Debug Win32
/system/msvc/disasm/Debug x64
/system/msvc/disasm/Release Win32
/system/msvc/disasm/Release x64
/system/msvc/fold/*.user
/system/msvc/fold/Debug Win32
/system/msvc/fold/Debug x64
/system/msvc/fold/Release Win32
/system/msvc/fold/Release x64
/system/msvc/libs/lpng128
/system/msvc/libs/SDL-1.2.9
/system/msvc/libs/SDL_ttf-2.0.7
/system/msvc/libs/zlib-1.2.1
/system/win32/pentagram.aps
/tools/data2c/data2c
/tools/disasm/disasm
/tools/disasm/disasm_output.txt
/tools/flexpack/flexpack
/tools/fold/fold
/tools/fold/disasm_output.txt
/tools/gimp-plugin/pentshp
/tools/shapeconv/shapeconv