From: Alec Thomas Date: Wed, 30 Oct 2013 02:54:18 +0000 (-0400) Subject: Add .gitattributes for line endings. X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=a9206abf2f7cf7d9de19d2e077a134485edf95db;p=clyne%2Fentityx.git Add .gitattributes for line endings. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1149409 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +* text=auto +*.cc text +*.h text +*.txt text +CMake* text +*.cmake text +*.md text +*.in text +Doxyfile text +Makefile text