Update .gitignore Add netbeans generated IDE folder to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/049fe5c6 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/049fe5c6 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/049fe5c6 Branch: refs/heads/master Commit: 049fe5c6e40e45ec2984f8955c2ffc94e938ad1e Parents: 6688b57 Author: Christopher Dancy <[email protected]> Authored: Fri Mar 3 10:26:27 2017 -0500 Committer: Ignasi Barrera <[email protected]> Committed: Fri Mar 3 16:34:32 2017 +0100 ---------------------------------------------------------------------- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/049fe5c6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index ba8aea7..92c0e88 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ atlassian-ide-plugin.xml .apt_generated .checkstyle nb-configuration.xml -nbactions.xml \ No newline at end of file +nbactions.xml +/.nb-gradle/
