diff options
author | 2015-11-27 15:56:17 +0100 | |
---|---|---|
committer | 2015-11-27 15:56:17 +0100 | |
commit | aef1472f1dee57d78d15dbf73f9d6fecc8b74fa7 (patch) | |
tree | 481d2c43e14bb0f5225f569845bb82e149246bf5 /.gitignore | |
parent | 0e262ba9d7182ff8756bc1f59a50f7f1b38ba2ef (diff) |
Missing regtests folder in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 2457b727f9e..a9154ad4011 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ !/hlsl/ !/keymaps/ !/nl_examples/ +!/regtests/ !/samples/ !/scripts/ !/src/ @@ -21,7 +22,7 @@ !/mame.doxygen !/*.md /.idea -src/regtests/chdman/temp -src/regtests/jedutil/output +regtests/chdman/temp +regtests/jedutil/output *.pyc -/CMakeLists.txt
\ No newline at end of file +/CMakeLists.txt |