You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2022/05/20 15:26:36 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4892: exclude NetBeans file

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 71ca027  PDFBOX-4892: exclude NetBeans file
71ca027 is described below

commit 71ca0271f0d4a759506fcf6a1555fba3410c3932
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri May 20 17:22:49 2022 +0200

    PDFBOX-4892: exclude NetBeans file
---
 .gitignore | 1 +
 pom.xml    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9318c34..ac9bb06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ atlassian-ide-plugin.xml
 levigo-jbig2-imageio.iml
 target/
 *.iml
+nbactions.xml
diff --git a/pom.xml b/pom.xml
index 3fe7b79..7d1b8a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,7 @@
 					<configuration>
 						<excludes>
 							<exclude>src/test/resources/images/*</exclude>
+							<exclude>nbactions.xml</exclude>
 							<exclude>src/test/resources/images/arith/*</exclude>
 							<exclude>src/test/resources/org/apache/pdfbox/jbig2/github/*</exclude>
 						</excludes>