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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 8aff258e9d73ca18766abff98ab3ed1ac129c0b4
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed Oct 10 16:37:54 2018 +0200

    PLC4X-61 - Installation fails plc4j-protocoll-ethernetip needs license
    
    - Added an exclusion for "*.pcapng" files, even if it should be detected as 
binary and hereby ignored.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6c38b27..63d6ea7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,6 +374,9 @@
             <exclude>**/.idea/**</exclude>
             <exclude>**/*.iml</exclude>
 
+            <!-- Wireshark Captures -->
+            <exclude>**/*.pcapng</exclude>
+
             <!-- Asciidoctor generated files -->
             <exclude>**/.asciidoctor/**</exclude>
 

Reply via email to