diff options
| author | Simon Tatham <anakin@pobox.com> | 2014-10-25 15:27:27 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2014-10-25 15:27:27 +0100 |
| commit | 8b62420aa4404b45f33a5694d1550df8e4357e5a (patch) | |
| tree | e8f7d29eff87bdbb2836e0cda66bf6d01e7aca6e /.gitignore | |
| parent | 74a97a1efb5dd7d27011b677197dcb29cf00937f (diff) | |
| download | puzzles-8b62420aa4404b45f33a5694d1550df8e4357e5a.zip puzzles-8b62420aa4404b45f33a5694d1550df8e4357e5a.tar.gz puzzles-8b62420aa4404b45f33a5694d1550df8e4357e5a.tar.bz2 puzzles-8b62420aa4404b45f33a5694d1550df8e4357e5a.tar.xz | |
Add a .gitignore, now this project is in git.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d569671 --- /dev/null +++ b/.gitignore @@ -0,0 +1,122 @@ +/Makefile* +/blackbox +/bridges +/cube +/dominosa +/fifteen +/filling +/fillingsolver +/flip +/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 +/towers +/towerssolver +/twiddle +/undead +/unequal +/unequalsolver +/unruly +/unrulysolver +/untangle +/*.exe +/*.obj +/*.o +/*.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 +/unfinished/divvy +/unfinished/group +/unfinished/numgame +/unfinished/path +/unfinished/pearl +/unfinished/separate +/unfinished/slide +/unfinished/sokoban |