diff --git a/gayming/playstation2/.editorconfig b/gayming/playstation2/.editorconfig new file mode 100644 index 0000000..f01a1f0 --- /dev/null +++ b/gayming/playstation2/.editorconfig @@ -0,0 +1,9 @@ +root = false + +[*] +# See .gitattributes +end_of_line = crlf + +[*.{sh,bash}] +# Not for PS2 consumption +end_of_line = lf diff --git a/gayming/playstation2/.gitattributes b/gayming/playstation2/.gitattributes new file mode 100644 index 0000000..5c2467d --- /dev/null +++ b/gayming/playstation2/.gitattributes @@ -0,0 +1,6 @@ +# Everything in SMB/OpenPS2Loader has crlf line endings and while I am unsure +# on whether it actually requires that, better safe than sorry. Their git +# uses lf though, but maybe that doesn't matter in source code. +* text=auto eol=crlf +# Not for PS2 consumption +*.{sh,bash} text eol=lf diff --git a/gayming/playstation2/etc/.editorconfig b/gayming/playstation2/etc/.editorconfig new file mode 100644 index 0000000..ab443df --- /dev/null +++ b/gayming/playstation2/etc/.editorconfig @@ -0,0 +1,4 @@ +root = false + +[*] +end_of_line = lf diff --git a/gayming/playstation2/etc/.gitattributes b/gayming/playstation2/etc/.gitattributes new file mode 100644 index 0000000..1ad5e75 --- /dev/null +++ b/gayming/playstation2/etc/.gitattributes @@ -0,0 +1,2 @@ +# Not for PS2 consumption +* text=auto eol=lf diff --git a/gayming/playstation2/etc/samba/.gitignore b/gayming/playstation2/etc/samba/.gitignore new file mode 100644 index 0000000..e75c0b9 --- /dev/null +++ b/gayming/playstation2/etc/samba/.gitignore @@ -0,0 +1 @@ +playstation2.conf diff --git a/gayming/playstation2/etc/samba/README.md b/gayming/playstation2/etc/samba/README.md new file mode 100644 index 0000000..b8faee9 --- /dev/null +++ b/gayming/playstation2/etc/samba/README.md @@ -0,0 +1 @@ +This is `/etc/samba/` and not for PS2 consumption itself diff --git a/gayming/playstation2/etc/samba/playstation2.conf b/gayming/playstation2/etc/samba/playstation2.conf new file mode 120000 index 0000000..897573f --- /dev/null +++ b/gayming/playstation2/etc/samba/playstation2.conf @@ -0,0 +1 @@ +../../../../submodules/shell-things/etc/samba/playstation2.conf \ No newline at end of file