Make life bearable for windows users wrt EOL
Peter Rabbitson [Sat, 7 Dec 2013 07:39:14 +0000 (08:39 +0100)]
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..db6df22
--- /dev/null
@@ -0,0 +1,15 @@
+*.pm        eol=lf
+*.t         eol=lf
+*.pod       eol=lf
+*.pod.proto eol=lf
+*.pl        eol=lf
+*.PL        eol=lf
+*.bash      eol=lf
+*.json      eol=lf
+*.yml       eol=lf
+*.sql       eol=lf
+/*          eol=lf
+/script/*   eol=lf
+/maint/*    eol=lf
+
+*         text=auto