mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add gitattributes file so shell scripts don't get mangled and break builds.
Signed-off-by: redpolline <11156324-redpolline@users.noreply.gitlab.com>
This commit is contained in:
parent
0d0ec28ecb
commit
4042974100
1 changed files with 13 additions and 0 deletions
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Set the default behavior.
|
||||
* text=auto
|
||||
|
||||
# Unix shell files should always be LF.
|
||||
*.sh text eol=lf
|
||||
|
||||
# Windows shell files should always be CRLF.
|
||||
*.bat text eol=crlf
|
||||
|
||||
# Binary files.
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue