From 49e39b5e215cb650fa5ce536257894a640ff479a Mon Sep 17 00:00:00 2001 From: mlacecilia Date: Thu, 28 Mar 2013 13:47:05 +0100 Subject: [PATCH 1/2] ignore further files and folders To avoid that some build time generated files and that addons folder will be listed in Git as uncommitted changes --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 73b8f1f6f2..705a3ac5ba 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ lib/win/ # misc build files obj .hbmk/ +*.hbr +*.def # misc junk .DS_Store @@ -42,3 +44,6 @@ obj # packages /pkg/ + +# not hosted contribs +/addons/ \ No newline at end of file From 3656f837cd54ccbee58b1d22cc2abb3437f3b3be Mon Sep 17 00:00:00 2001 From: mlacecilia Date: Thu, 28 Mar 2013 18:24:40 +0100 Subject: [PATCH 2/2] added EOL at file end --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 705a3ac5ba..ecaa8120bd 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,4 @@ obj /pkg/ # not hosted contribs -/addons/ \ No newline at end of file +/addons/