From a9206abf2f7cf7d9de19d2e077a134485edf95db Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 29 Oct 2013 22:54:18 -0400 Subject: Add .gitattributes for line endings. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') 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 -- cgit v1.2.3