aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-08 18:29:42 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-08 18:29:42 -0400
commitfccbfc0fb97485f27f271fdccc60a7e8a01dc771 (patch)
treee71f825a212aae112e86cb9b11204d559588c853 /.gitattributes
parent630b0062976d57d84532b090fb6359abf4af82b6 (diff)
downloadcryptography-fccbfc0fb97485f27f271fdccc60a7e8a01dc771.tar.gz
cryptography-fccbfc0fb97485f27f271fdccc60a7e8a01dc771.tar.bz2
cryptography-fccbfc0fb97485f27f271fdccc60a7e8a01dc771.zip
test py27 with windows container on azure (#4880)
* test py27 with windows container on azure * refactor a bit * oops missed this * show me some autocrlf * wat * add a gitattributes to force LF endings. can't use autocrlf false because we don't control the git clone in azure * remove thing we don't need * more things
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..dab8975e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.pem text eol=lf