From 1e5a3099270113d8fc0c4aadfa2c4fdc1dab6ba8 Mon Sep 17 00:00:00 2001 From: Gerad Munsch Date: Sun, 29 Jan 2023 13:15:54 -0600 Subject: [PATCH] expanded .gitattributes file --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitattributes b/.gitattributes index 61af757..efa4aea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,11 +13,22 @@ *.h eol=lf diff=cpp *.cpp eol=lf diff=cpp *.hpp eol=lf diff=cpp +*.cxx eol=lf diff=cpp +*.hxx eol=lf diff=cpp +*.cc eol=lf diff=cpp +*.hh eol=lf diff=cpp +*.c++ eol=lf diff=cpp +*.h++ eol=lf diff=cpp +*.ino eol=lf diff=cpp +*.pde eol=lf diff=cpp ## SCRIPTS ## *.sh eol=lf +*.bat eol=crlf +*.cmd eol=crlf +*.ps1 eol=crlf *.py eol=lf diff=python *.ld eol=lf Makefile eol=lf @@ -29,4 +40,18 @@ Makefile eol=lf ## TEXT & MARKUP ## *.txt eol=crlf +*.log eol=crlf *.md eol=crlf diff=markdown +*.mkdn eol=crlf diff=markdown +*.markdown eol=crlf diff=markdown +*.rst eol=crlf +*.adoc eol=crlf +README eol=lf +LICENSE eol=lf +INSTALL eol=lf +COPYING eol=lf +HOWTO eol=lf +BUILD eol=lf +HACKING eol=lf +CHANGES eol=lf +CHANGELOG eol=lf