Missing regtests folder in .gitignore

This commit is contained in:
dankan1890 2015-11-27 15:56:17 +01:00
parent 0e262ba9d7
commit aef1472f1d

5
.gitignore vendored
View File

@ -8,6 +8,7 @@
!/hlsl/ !/hlsl/
!/keymaps/ !/keymaps/
!/nl_examples/ !/nl_examples/
!/regtests/
!/samples/ !/samples/
!/scripts/ !/scripts/
!/src/ !/src/
@ -21,7 +22,7 @@
!/mame.doxygen !/mame.doxygen
!/*.md !/*.md
/.idea /.idea
src/regtests/chdman/temp regtests/chdman/temp
src/regtests/jedutil/output regtests/jedutil/output
*.pyc *.pyc
/CMakeLists.txt /CMakeLists.txt