From 9f6640deb5db821db12c935d3a075934b4624449 Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 26 Aug 2015 23:09:47 +0200 Subject: turned folder rights the other way around --- .gitignore | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3