diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-01 20:18:01 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-01 20:18:01 -0500 |
commit | 6850ed22c896a1ff455de0151ccc48ef5bee2f7e (patch) | |
tree | fe27576d343892f392356729fe187d717365c48a | |
parent | c427a4af00fa46f33f7167977ea834218c37cfa8 (diff) |
fix issue with git and .pal files
-rwxr-xr-x | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 96c1c12..f1ad9c5 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -*.pal text eol=crlf *.s text eol=lf *.txt text eol=lf |