summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2012-01-11 17:47:39 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2012-01-11 17:47:39 +0000
commitf44cec2da58b44f61883cba4b2a3909570542b4e (patch)
treef86377dac201bd14c8919507910c0261144959fc /.gitattributes
parent54a5b4263d8f1f5fdb1b68a37fc494959b6b117c (diff)
ARM7: Gave ARM mode its own file & cleaned up formatting/indenting [David Haywood]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 07a84649f53..a0f9ebb134c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -69,6 +69,8 @@ src/emu/cpu/arm7/arm7core.h svneol=native#text/plain
src/emu/cpu/arm7/arm7dasm.c svneol=native#text/plain
src/emu/cpu/arm7/arm7exec.c svneol=native#text/plain
src/emu/cpu/arm7/arm7help.h svneol=native#text/plain
+src/emu/cpu/arm7/arm7ops.c svneol=native#text/plain
+src/emu/cpu/arm7/arm7ops.h svneol=native#text/plain
src/emu/cpu/arm7/arm7thmb.c svneol=native#text/plain
src/emu/cpu/arm7/arm7thmb.h svneol=native#text/plain
src/emu/cpu/asap/asap.c svneol=native#text/plain