From 3369c324ec9871c9a25501fc99b548c4fef38029 Mon Sep 17 00:00:00 2001
From: Lucas <lucas@x3ro.de>
Date: Sat, 11 Jun 2011 16:40:28 -0700
Subject: [PATCH] Improve NetBeans .gitignore rules

According to this (http://netbeans.org/kb/docs/java/import-eclipse.html#versioning) knowledge base article, the nbproject folder should be checked into the VCS in order to allow people to open the project without importing.
---
 Global/NetBeans.gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore
index 93a0597d..d5b7bf43 100644
--- a/Global/NetBeans.gitignore
+++ b/Global/NetBeans.gitignore
@@ -1,2 +1,6 @@
-nbproject/
+nbproject/private/
+build/
+nbbuild/
+dist/
+nbdist/
 nbactions.xml