From: Simon Tatham Date: Sat, 25 Oct 2014 14:27:27 +0000 (+0100) Subject: Add a .gitignore, now this project is in git. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=8b62420aa4404b45f33a5694d1550df8e4357e5a;p=sgt-puzzles.git Add a .gitignore, now this project is in git. --- 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