This is an automated email from the ASF dual-hosted git repository.
phunt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 4212a5a ZOOKEEPER-3230: Add Apache NetBeans Maven project files to .gitignore
4212a5a is described below
commit 4212a5a4db4b46ad6da8ded59aa3533f852d1aad
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
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8faa0f0..5fe044f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,6 +40,8 @@ nbdist/
.ndb-gradle/
.cproject
.buildpath
+nb-configuration.xml
+nbactions.xml
# Other
*~
|