mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
gayming/playstation2: initial commit
This commit is contained in:
parent
26642c7b2b
commit
27100273c0
9
gayming/playstation2/.editorconfig
Normal file
9
gayming/playstation2/.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = false
|
||||
|
||||
[*]
|
||||
# See .gitattributes
|
||||
end_of_line = crlf
|
||||
|
||||
[*.{sh,bash}]
|
||||
# Not for PS2 consumption
|
||||
end_of_line = lf
|
6
gayming/playstation2/.gitattributes
vendored
Normal file
6
gayming/playstation2/.gitattributes
vendored
Normal file
@ -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
|
4
gayming/playstation2/etc/.editorconfig
Normal file
4
gayming/playstation2/etc/.editorconfig
Normal file
@ -0,0 +1,4 @@
|
||||
root = false
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
2
gayming/playstation2/etc/.gitattributes
vendored
Normal file
2
gayming/playstation2/etc/.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Not for PS2 consumption
|
||||
* text=auto eol=lf
|
1
gayming/playstation2/etc/samba/.gitignore
vendored
Normal file
1
gayming/playstation2/etc/samba/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
playstation2.conf
|
1
gayming/playstation2/etc/samba/README.md
Normal file
1
gayming/playstation2/etc/samba/README.md
Normal file
@ -0,0 +1 @@
|
||||
This is `/etc/samba/` and not for PS2 consumption itself
|
1
gayming/playstation2/etc/samba/playstation2.conf
Symbolic link
1
gayming/playstation2/etc/samba/playstation2.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../submodules/shell-things/etc/samba/playstation2.conf
|
Loading…
Reference in New Issue
Block a user