diff options
author | 2016-01-27 15:34:31 +0100 | |
---|---|---|
committer | 2016-01-27 15:36:29 +0100 | |
commit | 3f2add802dd33bb61a4634bba61191823e0d41c5 (patch) | |
tree | 1374999251fefdfd884c1163490f8caf7476dd08 /.gitignore | |
parent | 1a6999a0e70871f3635844b7b5294114ab40f996 (diff) |
Updated makefile to generate m68k files (nw)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a9154ad4011..1e1afa52def 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,7 @@ regtests/chdman/temp regtests/jedutil/output *.pyc /CMakeLists.txt +/src/devices/cpu/m68000/m68kops.cpp +/src/devices/cpu/m68000/m68kops.h +/src/devices/cpu/m68000/m68kmake.* +!/src/devices/cpu/m68000/m68kmake.cpp
\ No newline at end of file |