diff options
author | huderlem <huderlem@gmail.com> | 2019-08-03 20:06:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 20:06:27 -0500 |
commit | edcfdc07d9149fe6ff8394980edcf1486ee10e94 (patch) | |
tree | 25083f88f20efebdb6993679a7e5c7838629ab13 | |
parent | 71442a109c3859d1a1e1418924a1a56823b9631c (diff) | |
parent | 6850ed22c896a1ff455de0151ccc48ef5bee2f7e (diff) |
Merge pull request #4 from camthesaxman/git_pal
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 |