diff options
author | juj <jujjyl@gmail.com> | 2016-10-14 00:50:49 +0300 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-10-13 14:50:49 -0700 |
commit | 34d354b2de094671d10f479cc84ca6ef1da3c993 (patch) | |
tree | 1d2ff1689cf8c94e44429c6d37735a77a7ae599c /.gitattributes | |
parent | db0e551d2a64e47b59c9196f580fb306bb8205bb (diff) | |
download | binaryen-34d354b2de094671d10f479cc84ca6ef1da3c993.tar.gz binaryen-34d354b2de094671d10f479cc84ca6ef1da3c993.tar.bz2 binaryen-34d354b2de094671d10f479cc84ca6ef1da3c993.zip |
Add .gitattributes that enforces all archive files are treated as text. (#768)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..27470600d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.a -text |