From bdbc2fe1847bf342295874830938fb1b5c072947 Mon Sep 17 00:00:00 2001 From: Laurent Goujon Date: Tue, 31 Aug 2021 15:17:23 -0700 Subject: [PATCH] ARROW-13823 [Java]: Exclude .factorypath Exclude .factorypath files generated by Eclipse IDE for configuring annotation processing from Git commit and RAT plugin scans. --- java/.gitignore | 1 + java/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/java/.gitignore b/java/.gitignore index 03f5bf76e60..bc6ce4f6c32 100644 --- a/java/.gitignore +++ b/java/.gitignore @@ -2,6 +2,7 @@ .buildpath .classpath .checkstyle +.factorypath .settings/ .idea/ TAGS diff --git a/java/pom.xml b/java/pom.xml index 8752abe1fc4..1b7970ea6e8 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -128,6 +128,7 @@ **/TAGS **/*.checkstyle **/.classpath + **/.factorypath **/.settings/** .*/** **/*.patch