aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-10-29 22:54:18 -0400
committerAlec Thomas <alec@swapoff.org>2013-10-29 22:54:18 -0400
commita9206abf2f7cf7d9de19d2e077a134485edf95db (patch)
tree4f60f570de046d18e3634f168a732a1f3b153731 /.gitattributes
parent1c58dfa448856afb0d47741b9f516bfe288db400 (diff)
Add .gitattributes for line endings.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 10 insertions, 0 deletions
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