From 4538f43989a49aef163355cae44ebd686d1c780c Mon Sep 17 00:00:00 2001 From: Kevin Cole Date: Tue, 30 May 2017 15:33:14 -0400 Subject: Added .gitattributes to prevent auto-munging intentional line endings Users' global .gitattributes files may attempt to auto-fix certain files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0aadd30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +testsuite/E90.py -text -- cgit v1.2.1