From 49e39b5e215cb650fa5ce536257894a640ff479a Mon Sep 17 00:00:00 2001 From: mlacecilia Date: Thu, 28 Mar 2013 13:47:05 +0100 Subject: [PATCH] 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