Files
puzzles/.gitignore
Simon Tatham 848a160f2e Add .gitignore rules for in-tree builds.
This set of rules should cover make and ninja on Linux, and all of
nmake, ninja and vcxproj on Windows, so that if someone follows the
README build instructions (by doing 'cmake .' in-tree), it should
generate no debris that .gitignore can't filter out.
2021-04-19 18:11:17 +01:00

157 lines
1.7 KiB
Plaintext

*.o
CMakeCache.txt
CMakeFiles
cmake_install.cmake
Makefile*
.ninja_deps
.ninja_log
build.ninja
*.vcxproj
*.vcxproj.filters
*.dir/
Debug/
Win32/
include/
*.lib
*.ilk
*.pdb
/*.sln
/blackbox
/bridges
/cube
/dominosa
/dominosasolver
/fifteen
/fifteensolver
/filling
/fillingsolver
/flip
/flood
/galaxies
/galaxiespicture
/galaxiessolver
/guess
/inertia
/keen
/keensolver
/latincheck
/lightup
/lightupsolver
/loopy
/loopysolver
/magnets
/magnetssolver
/map
/mapsolver
/matching
/mines
/mineobfusc
/net
/netslide
/nullgame
/numgame
/obfusc
/palisade
/path
/pattern
/patternpicture
/patternsolver
/pearl
/pearlbench
/pearlsolver
/pegs
/range
/rect
/samegame
/separate
/signpost
/signpostsolver
/singles
/singlessolver
/sixteen
/slant
/slantsolver
/slide
/slidesolver
/sokoban
/solo
/solosolver
/tents
/tentssolver
/tracks
/trackssolver
/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
/gamedesc.txt
/build.log
/build.out
/org
/*.ppc
/*.i386
/*.x86_64
/Puzzles.ppc.bin
/Puzzles.i386.bin
/Puzzles.x86_64.bin
/version2.def
/preprocessed.but
/*.a
/aclocal.m4
/autom4te.cache
/config.log
/config.status
/configure
/depcomp
/empty.h
/install-sh
/missing
/compile
/.deps
/.dirstamp
/icons/*.png
/icons/*.ico
/icons/*.rc
/icons/*-icon.c
/icons/*-icon-maker
/icons/.deps
/icons/.dirstamp
/unfinished/divvy
/unfinished/group
/unfinished/groupsolver
/unfinished/numgame
/unfinished/path
/unfinished/pearl
/unfinished/separate
/unfinished/slide
/unfinished/slidesolver
/unfinished/sokoban
/unfinished/*.exe
/*.desktop