summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2008-06-27 05:33:54 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2008-06-27 05:33:54 +0000
commitf6c3274df28645165ecdcf93607051013ebaac10 (patch)
tree8b506b33bad70f256b8a9dd87adff60487486ccc /.gitattributes
parentfe4680862966cebe48a11178696458f746820c37 (diff)
Refactor SH2 to separate out things that aren't part of the interpreter.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c97ac8afc1e..f1816dc01b9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -352,6 +352,8 @@ src/emu/cpu/se3208/se3208.h svneol=native#text/plain
src/emu/cpu/se3208/se3208dis.c svneol=native#text/plain
src/emu/cpu/sh2/sh2.c svneol=native#text/plain
src/emu/cpu/sh2/sh2.h svneol=native#text/plain
+src/emu/cpu/sh2/sh2comn.c svneol=native#text/plain
+src/emu/cpu/sh2/sh2comn.h svneol=native#text/plain
src/emu/cpu/sh2/sh2dasm.c svneol=native#text/plain
src/emu/cpu/sh4/sh4.c svneol=native#text/plain
src/emu/cpu/sh4/sh4.h svneol=native#text/plain