diff options
author | 2016-03-16 19:42:01 +1100 | |
---|---|---|
committer | 2016-03-17 00:04:52 +1100 | |
commit | a3b35f8bc689901ac82a2d47bbe344a57c3632ba (patch) | |
tree | 0ffb561e756b9b46e1021dff80a16a410eab61a7 /.gitignore | |
parent | 7b7f2a3fb02c4515392b307ea04bb968450bdbbf (diff) |
Move font enumeration to OSD, separate font name from display name as needed for OSX
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index f01c2c01e05..5256e5fea85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ *~ +.*.sw? +*.pyc +*.pyo +.DS_Store + /* /*/ !/3rdparty/ @@ -30,11 +35,10 @@ /.idea regtests/chdman/temp regtests/jedutil/output -*.pyc *.mo /CMakeLists.txt /src/devices/cpu/m68000/m68kops.cpp /src/devices/cpu/m68000/m68kops.h /src/devices/cpu/m68000/m68kmake.* /src/devices/cpu/m68000/m68kmake -!/src/devices/cpu/m68000/m68kmake.cpp
\ No newline at end of file +!/src/devices/cpu/m68000/m68kmake.cpp |