diff options
author | Lucas <lucas@x3ro.de> | 2011-06-11 16:40:28 -0700 |
---|---|---|
committer | Lucas <lucas@x3ro.de> | 2011-06-11 16:40:28 -0700 |
commit | 3369c324ec9871c9a25501fc99b548c4fef38029 (patch) | |
tree | dbd1bccaeec2d5170f0e1648a8a4a1da2cfc35c7 /Global/NetBeans.gitignore | |
parent | 88320f20dc859bd759be551f6346ebe44629767d (diff) | |
download | gitignore-3369c324ec9871c9a25501fc99b548c4fef38029.tar.gz gitignore-3369c324ec9871c9a25501fc99b548c4fef38029.zip |
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.
Diffstat (limited to 'Global/NetBeans.gitignore')
-rw-r--r-- | Global/NetBeans.gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
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 |