diff options
author | 2015-08-26 23:09:47 +0200 | |
---|---|---|
committer | 2015-08-26 23:09:47 +0200 | |
commit | 9f6640deb5db821db12c935d3a075934b4624449 (patch) | |
tree | e398250e17bd4ea9b1f3cbef4c5cbfd61d290861 /.gitignore | |
parent | b951fc36ffcb5d185644ba7958fd153a8d89e526 (diff) |
turned folder rights the other way around
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore index c5dfc2b31cc..63662f92d07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,24 @@ *~ /* -!/*/ +/*/ +!/3rdparty/ +!/artwork/ +!/docs/ +!/hash/ +!/hlsl/ +!/keymaps/ +!/nl_examples/ +!/samples/ +!/scripts/ +!/src/ +!/tests/ +!/web/ !/.gitattributes !/.gitignore !/.travis.yml !/makefile -!/mame.doxygen +!/mame.doxygen !/*.md -/cfg -/diff -/ini -/inp -/nvram -/obj -/roms -/snap src/regtests/chdman/temp src/regtests/jedutil/output -/sta -*.pyc -/build -/documentation
\ No newline at end of file +*.pyc
\ No newline at end of file |