From 7db07c9cac002f697c0b7b2006292298fc3114bc Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Sat, 25 Feb 2023 03:07:42 +0200 Subject: [PATCH] Updated java git ignore --- skelly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skelly.sh b/skelly.sh index 8674306..db4772a 100755 --- a/skelly.sh +++ b/skelly.sh @@ -147,7 +147,7 @@ gen_git_ignore() ignore+=( '*.o' ) ;; java) - ignore+=( 'target/' ) + ignore+=( 'target/' .settings .project .classpath .factorypath ) ;; esac -- 2.45.2