summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2017-05-15 21:13:58 +0100
committerChris Wilson <chris+github@qwirx.com>2017-05-15 21:13:58 +0100
commit7b8a668f00e61c742146cf7b944f3f3b900ea331 (patch)
treeae30ba4e2b2a1fe1ec7642118fa1431ce4068aea
parent73f43c98d0e734b2309fd49a6587171af3296471 (diff)
Tell Git to treat .cpp files as text too.
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0e35d1c9..ae83a894 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,6 +4,7 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
+*.cpp text
*.c text
*.h text