diff options
author | Zied Aouini <aouinizied@gmail.com> | 2019-12-16 01:09:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 01:09:09 +0100 |
commit | b90410e335d7fd164815929005255a6791351a37 (patch) | |
tree | 352442b20dd8635f11138b3e73d0af3143e38eb0 /.gitattributes | |
parent | deed27cbefd10fa0fd8d8c670b781d7418c1dc4e (diff) |
Add .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0576151eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh -crlf +*.ac -crlf +*.am -crlf |