diff options
author | 2016-03-25 15:25:30 +1100 | |
---|---|---|
committer | 2016-03-25 15:25:30 +1100 | |
commit | 54279dbf114090e67ff391fce878a9c2d3af466f (patch) | |
tree | 63c93c6ebcf1b82e2cdc59260a8018bf1fef9ae8 /.gitignore | |
parent | f5d8ff8f4396c1f6cadc2522fe98d3b4fb1cce7f (diff) |
Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, partial path and fold some redundant code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index abbcbee172e..083e0369858 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *~ .*.sw? +*.mo *.pyc *.pyo .DS_Store @@ -36,7 +37,6 @@ /.idea regtests/chdman/temp regtests/jedutil/output -*.mo /CMakeLists.txt /src/devices/cpu/m68000/m68kops.cpp /src/devices/cpu/m68000/m68kops.h |