From 7a1dcae5800829a8474ec7834261656a951e3999 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sat, 29 Oct 2016 18:16:24 +0200 Subject: [PATCH] Added git attributes and ignore files --- .gitattributes | 9 +++++++++ .gitignore | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e5b64f --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c0bc70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vs +*/Release +*/Debug +*.componentinfo.xml +*/avrdude.bat