diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-17 09:41:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-17 09:41:54 (GMT) |
commit | 6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e (patch) | |
tree | 2faf9fc59ff89c42f2cfb67ce66c213c4bf48d68 /.gitattributes | |
parent | 16a6b9c3c11a42703b6a95fdd027633b5e1cd1fa (diff) | |
download | tcl-6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e.zip tcl-6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e.tar.gz tcl-6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e.tar.bz2 |
Update libtommath to v1.2.0-rc1
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e9a67c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,39 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* eol=lf +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.3 text +*.c text +*.css text +*.enc text +*.h text +*.htm text +*.html text +*.java text +*.js text +*.json text +*.n text +*.svg text +*.ts text +*.tcl text +*.test text + +# Declare files that will always have CRLF line endings on checkout. +*.bat eol=crlf +*.sln eol=crlf +*.vc eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.a binary +*.dll binary +*.exe binary +*.gif binary +*.gz binary +*.jpg binary +*.lib binary +*.pdf binary +*.png binary +*.xlsx binary +*.zip binary |