mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 02:16:55 -04:00
Add .gitattributes file
This normalizes line endings when doing a checkout on a Windows system. It was previously adding the carriage return, which screwed up the build process.
This commit is contained in:
parent
c14d7a11f5
commit
6c438f3314
1 changed files with 10 additions and 0 deletions
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text eol=lf
|
||||
|
||||
*.png -text
|
||||
*.gif -text
|
||||
*.wad -text
|
||||
*.wav -text
|
||||
*.mus -text
|
||||
*.mid -text
|
||||
*.midi -text
|
Loading…
Add table
Add a link
Reference in a new issue