-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
126 lines (126 loc) · 1.29 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
*.o
/Makefile*
/blackbox
/bridges
/cube
/dominosa
/fifteen
/filling
/fillingsolver
/flip
/flood
/galaxies
/galaxiespicture
/galaxiessolver
/guess
/inertia
/keen
/keensolver
/latincheck
/lightup
/lightupsolver
/loopy
/loopysolver
/magnets
/magnetssolver
/map
/mapsolver
/mines
/mineobfusc
/net
/netslide
/nullgame
/numgame
/obfusc
/path
/pattern
/patternsolver
/pearl
/pearlbench
/pegs
/range
/rect
/samegame
/separate
/signpost
/signpostsolver
/singles
/singlessolver
/sixteen
/slant
/slantsolver
/slide
/slidesolver
/sokoban
/solo
/solosolver
/tents
/tentssolver
/tracks
/towers
/towerssolver
/twiddle
/undead
/unequal
/unequalsolver
/unruly
/unrulysolver
/untangle
/*.exe
/*.obj
/*.map
/*.rsp
/*notes
/HACKING
/*.hlp
/*.cnt
/*.chm
/*.gid
/*.GID
/*.html
/*.mips
/*.class
/*.jar
/applet.manifest
/puzzles.txt
/*.app
/*.dmg
/*.res
/*.inf
/list.c
/gamedesc.txt
/build.log
/build.out
/org
/*.ppc
/*.i386
/Puzzles.ppc.bin
/Puzzles.i386.bin
/version2.def
/preprocessed.but
/*.a
/aclocal.m4
/config.log
/config.status
/configure
/depcomp
/empty.h
/install-sh
/missing
/compile
/.deps
/.dirstamp
/icons/*.png
/icons/*.ico
/icons/*.rc
/icons/*-icon.c
/icons/.deps
/icons/.dirstamp
/unfinished/divvy
/unfinished/group
/unfinished/numgame
/unfinished/path
/unfinished/pearl
/unfinished/separate
/unfinished/slide
/unfinished/sokoban