]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Add .gitattributes for line endings.
authorAlec Thomas <alec@swapoff.org>
Wed, 30 Oct 2013 02:54:18 +0000 (22:54 -0400)
committerAlec Thomas <alec@swapoff.org>
Wed, 30 Oct 2013 02:54:18 +0000 (22:54 -0400)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..1149409
--- /dev/null
@@ -0,0 +1,10 @@
+* text=auto
+*.cc text
+*.h text
+*.txt text
+CMake* text
+*.cmake text
+*.md text
+*.in text
+Doxyfile text
+Makefile text