mame/.gitignore
Miodrag Milanovic f76d59c41d Moved build system to GENie [Miodrag Milanovic]
make TARGET=mess -j19

will generate all needed files and build MESS, while developing you can use

make TARGET=mess COMPILE=1 -j19
to prevent rebuilding of make files.

Build system have automatic generate of dependencies so will do incremental builds fine.

make clean
will remove all generated files/projects and obj files
2015-03-26 09:00:39 +01:00

20 lines
175 B
Plaintext

*~
/*
!/*/
!/.gitattributes
!/.gitignore
!/makefile
!/*.md
/cfg
/diff
/ini
/inp
/nvram
/obj
/roms
/snap
src/regtests/chdman/temp
src/regtests/jedutil/output
/sta
*.pyc
/.build