diff options
author | 2014-10-24 14:20:32 +0200 | |
---|---|---|
committer | 2014-10-24 14:20:32 +0200 | |
commit | 44c54629c2982bef3cfc2c5c82d0be555e4fb933 (patch) | |
tree | 34b85ce180044ed40c5f2b1d1e883d0758d5f3b5 /.gitignore | |
parent | ea75a57613a78dbefc66860f9f309b8feb357d26 (diff) |
fix for gitignore (nw)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 50 |
1 files changed, 28 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore index b0d63b3a042..319cba4e0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,27 +20,33 @@ src/regtests/jedutil/output /*.bat /*.sln /*.suo -mame64 -mess64 -ume64 -mame -mess -ume -castool -chdman -floptool -imgtool -jedutil -ldresample -ldverify -nltool -pngcmp -regrep -romcmp -split -src2html -srcclean -testkeys -unidasm +/mame64 +/mess64 +/ume64 +/mame +/mess +/ume +/mame64d +/mess64d +/ume64d +/mamed +/messd +/umed +/castool +/chdman +/floptool +/imgtool +/jedutil +/ldresample +/ldverify +/nltool +/pngcmp +/regrep +/romcmp +/split +/src2html +/srcclean +/testkeys +/unidasm /*.psess /*.vsp |