diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2015-04-09 17:30:38 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2015-04-09 17:30:38 +0100 |
commit | 185e2f9d3ad23e9926373979c3dd8dc362ad6857 (patch) | |
tree | 0af9d11774284e9936065878330b0d4eac4e92df /.gitattributes | |
parent | c20e4be353b7fbba256248724b856fb245641cd9 (diff) | |
download | klee-185e2f9d3ad23e9926373979c3dd8dc362ad6857.tar.gz |
Added .gitattribute file that takes care of line endings.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
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 |