Added git ignore and attribute files

This commit is contained in:
BlackMark 2016-06-19 12:39:34 +02:00
parent 7363565130
commit 098fc43e98
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