diff options
author | red031000 <rubenru09@aol.com> | 2020-06-30 19:27:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 19:27:24 +0100 |
commit | 3706f5edabc9633e941ddeaeadb7a6c18bf46b3b (patch) | |
tree | 84105105cf5e902ea385192aeb4f0ddb8857b45c | |
parent | dd3fb084c96e5afdefce7541a05289c6cc96f5dc (diff) | |
parent | 7805a54cff11923d9fc9f26e770f9470e5d36e97 (diff) |
Merge pull request #203 from red031000/master
knarcignore and knarckeep eol
-rw-r--r-- | files/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.gitattributes b/files/.gitattributes index 6129766f..d827ef67 100644 --- a/files/.gitattributes +++ b/files/.gitattributes @@ -1,2 +1,4 @@ *.bin binary *.txt eol=crlf +.knarcignore eol=lf +.knarckeep eol=lf |