about summary refs log tree commit diff homepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2015-04-09 17:30:38 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2015-04-09 17:30:38 +0100
commit185e2f9d3ad23e9926373979c3dd8dc362ad6857 (patch)
tree0af9d11774284e9936065878330b0d4eac4e92df /.gitattributes
parentc20e4be353b7fbba256248724b856fb245641cd9 (diff)
downloadklee-185e2f9d3ad23e9926373979c3dd8dc362ad6857.tar.gz
Added .gitattribute file that takes care of line endings.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..2098a079
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+* text=auto
+
+*.h text
+*.c text
+*.cpp text