From 098fc43e98330974885ac539a17653a9cedb9cb9 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sun, 19 Jun 2016 12:39:34 +0200 Subject: [PATCH] Added git ignore and attribute 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..38e936d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vs +Release +Debug +*.componentinfo.xml +avrdude.bat