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.
This commit is contained in:
Lucas 2011-06-11 16:40:28 -07:00
parent 88320f20dc
commit 3369c324ec
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
nbproject/
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml