Added git attributes and ignore files

This commit is contained in:
BlackMark 2016-10-29 18:16:24 +02:00
parent 035f096156
commit 7a1dcae580
2 changed files with 14 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
*.h eol=lf
*.hpp eol=lf
*.c eol=lf
*.cpp eol=lf
.git* eol=lf
*.vcxproj* eol=crlf
*.cppproj eol=crlf
*.sln eol=crlf
*.atsln eol=crlf

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.vs
*/Release
*/Debug
*.componentinfo.xml
*/avrdude.bat