expanded .gitattributes file

pull/154/head
Gerad Munsch 3 years ago
parent 3d7c42d981
commit 1e5a309927

25
.gitattributes vendored

@ -13,11 +13,22 @@
*.h eol=lf diff=cpp *.h eol=lf diff=cpp
*.cpp eol=lf diff=cpp *.cpp eol=lf diff=cpp
*.hpp 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 ## ## SCRIPTS ##
*.sh eol=lf *.sh eol=lf
*.bat eol=crlf
*.cmd eol=crlf
*.ps1 eol=crlf
*.py eol=lf diff=python *.py eol=lf diff=python
*.ld eol=lf *.ld eol=lf
Makefile eol=lf Makefile eol=lf
@ -29,4 +40,18 @@ Makefile eol=lf
## TEXT & MARKUP ## ## TEXT & MARKUP ##
*.txt eol=crlf *.txt eol=crlf
*.log eol=crlf
*.md eol=crlf diff=markdown *.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

Loading…
Cancel
Save

Powered by TurnKey Linux.