diff options
| author | 2014-08-24 08:42:23 +0000 | |
|---|---|---|
| committer | 2014-08-24 08:42:23 +0000 | |
| commit | 9ffe9e8bbaf66fbfe851a2b0abc29aa21c493ac3 (patch) | |
| tree | a4b8dd63ee374766f5535b833a751a994e3cba5c /.gitattributes | |
| parent | a1c421704f5d90ecd90692e2ab9e241ab0ea2b0d (diff) | |
I had to split this commit in two pieces because "svn move" does not like when you move a folder
and then you add a new folder with the original name of the one you moved. the tree will compile
again with next commit. nw.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitattributes b/.gitattributes index 3d0022cb6a4..949fcc0ec52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1526,20 +1526,20 @@ src/emu/bus/tvc/hbf.c svneol=native#text/plain src/emu/bus/tvc/hbf.h svneol=native#text/plain src/emu/bus/tvc/tvc.c svneol=native#text/plain src/emu/bus/tvc/tvc.h svneol=native#text/plain -src/emu/bus/vcs/ctrl.c svneol=native#text/plain -src/emu/bus/vcs/ctrl.h svneol=native#text/plain -src/emu/bus/vcs/joybooster.c svneol=native#text/plain -src/emu/bus/vcs/joybooster.h svneol=native#text/plain -src/emu/bus/vcs/joystick.c svneol=native#text/plain -src/emu/bus/vcs/joystick.h svneol=native#text/plain -src/emu/bus/vcs/keypad.c svneol=native#text/plain -src/emu/bus/vcs/keypad.h svneol=native#text/plain -src/emu/bus/vcs/lightpen.c svneol=native#text/plain -src/emu/bus/vcs/lightpen.h svneol=native#text/plain -src/emu/bus/vcs/paddles.c svneol=native#text/plain -src/emu/bus/vcs/paddles.h svneol=native#text/plain -src/emu/bus/vcs/wheel.c svneol=native#text/plain -src/emu/bus/vcs/wheel.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/ctrl.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/ctrl.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/joybooster.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/joybooster.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/joystick.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/joystick.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/keypad.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/keypad.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/lightpen.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/lightpen.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/paddles.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/paddles.h svneol=native#text/plain +src/emu/bus/vcs_ctrl/wheel.c svneol=native#text/plain +src/emu/bus/vcs_ctrl/wheel.h svneol=native#text/plain src/emu/bus/vic10/exp.c svneol=native#text/plain src/emu/bus/vic10/exp.h svneol=native#text/plain src/emu/bus/vic10/std.c svneol=native#text/plain |
