This is an automated email from the ASF dual-hosted git repository.
phunt pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 1ee92f6 ZOOKEEPER-3230: Add Apache NetBeans Maven project files to .gitignore
1ee92f6 is described below
commit 1ee92f6fb0f25fdecc1000028d099f18663b0de1
Author: Enrico Olivelli <eolivelli@apache.org>
AuthorDate: Sat Dec 22 17:57:36 2018 -0800
ZOOKEEPER-3230: Add Apache NetBeans Maven project files to .gitignore
Author: Enrico Olivelli <eolivelli@apache.org>
Reviewers: phunt@apache.org
Closes #746 from eolivelli/ZOOKEEPER-3230-netbeans-maven-gitignore
Change-Id: Ifd31386069a867293d21825239a38c4f8c38b3f1
(cherry picked from commit 4212a5a4db4b46ad6da8ded59aa3533f852d1aad)
Signed-off-by: Patrick Hunt <phunt@apache.org>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index ab54763..f9f1b56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,8 @@ nbdist/
.ndb-gradle/
.cproject
.buildpath
+nb-configuration.xml
+nbactions.xml
# Other
*~
|