From 8e8cb1391ea763874d0b2a6c7211c624331f66fd Mon Sep 17 00:00:00 2001 From: miguel5612 Date: Thu, 15 Aug 2019 11:00:14 -0500 Subject: [PATCH] Added gitattributes --- .gitattributes.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitattributes.txt diff --git a/.gitattributes.txt b/.gitattributes.txt new file mode 100644 index 0000000..1f98e68 --- /dev/null +++ b/.gitattributes.txt @@ -0,0 +1,36 @@ +# Sources +*.c text diff=c +*.cc text diff=cpp +*.cxx text diff=cpp +*.cpp text diff=cpp +*.c++ text diff=cpp +*.hpp text diff=cpp +*.h text diff=c +*.h++ text diff=cpp +*.hh text diff=cpp + +# Compiled Object files +*.slo binary +*.lo binary +*.o binary +*.obj binary + +# Precompiled Headers +*.gch binary +*.pch binary + +# Compiled Dynamic libraries +*.so binary +*.dylib binary +*.dll binary + +# Compiled Static libraries +*.lai binary +*.la binary +*.a binary +*.lib binary + +# Executables +*.exe binary +*.out binary +*.app binary