mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-02-11 08:54:13 +01:00
expanded .gitattributes file
This commit is contained in:
parent
3d7c42d981
commit
1e5a309927
25
.gitattributes
vendored
25
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue