summaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-08-26 23:09:47 +0200
committer hap <happppp@users.noreply.github.com>2015-08-26 23:09:47 +0200
commit9f6640deb5db821db12c935d3a075934b4624449 (patch)
treee398250e17bd4ea9b1f3cbef4c5cbfd61d290861 /.gitignore
parentb951fc36ffcb5d185644ba7958fd153a8d89e526 (diff)
turned folder rights the other way around
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
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