From 266dbb79cc1f1fd74621a62cd9d1f82a6ef97795 Mon Sep 17 00:00:00 2001 From: Rogerz Zhang Date: Fri, 4 Jan 2013 21:18:46 +0800 Subject: [PATCH 1/2] Add .gitatrributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..176a458f94e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto From 1b1198e02a90c0a4139433f78c2b56db452187af Mon Sep 17 00:00:00 2001 From: Rogerz Zhang Date: Fri, 4 Jan 2013 20:30:53 +0800 Subject: [PATCH 2/2] Add .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..e37699b164e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.pyc +*.map +*.dblite +*.elf +*.bin +*.hex +*.axf +*.exe +*.pdb +*.idb +*.ilk +build