From e8c6fb3efeda84ead8f5373cdda1d2b583058000 Mon Sep 17 00:00:00 2001 From: Brendan Robert Date: Tue, 2 Apr 2024 23:29:31 -0500 Subject: [PATCH] update ignore file for temporary pom files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ec5693fa..32ed82cf 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,6 @@ error_stack.txt # Ignore NetBeans project files Platform/Apple/tools/jace/nb-configuration.xml Platform/Apple/tools/jace/nbactions.xml + +# Ignore temporary pom files +Platform/Apple/tools/jace/runPom.xml