diff options
author | 2014-10-24 14:51:06 +0200 | |
---|---|---|
committer | 2014-10-24 14:51:06 +0200 | |
commit | 6cdca148030c59d4136cb0a62bff81d20b8e8910 (patch) | |
tree | 0a824bceca52b6c5f27cbb54e00643128edbf73e /.gitignore | |
parent | 44c54629c2982bef3cfc2c5c82d0be555e4fb933 (diff) |
made .gitignore much smaller (nw)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 48 |
1 files changed, 6 insertions, 42 deletions
diff --git a/.gitignore b/.gitignore index 319cba4e0d6..d55db650fac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,11 @@ *~ -/*.exe -/*.ini -/*.log -/*.map -/*.pdb -/*.sym -/.cproject -/.project +/* +!/*/ +!/.gitattributes +!/.gitignore +!/makefile +!/*.md /cfg -/depend_*.mak /diff /ini /nvram @@ -17,36 +14,3 @@ src/regtests/chdman/temp src/regtests/jedutil/output /sta -/*.bat -/*.sln -/*.suo -/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 |