From ac8ba0e6d237b84760692461c2297ba0de4beb91 Mon Sep 17 00:00:00 2001 From: Oliver-Loeffler Date: Sat, 1 Aug 2020 19:00:53 +0200 Subject: [PATCH] Updated git ignore files, project files, settings, classpath, bin and build are now ignored. --- image-registration/.gitignore | 4 ++++ jama-solver/.gitignore | 4 ++++ solver-api/.gitignore | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/image-registration/.gitignore b/image-registration/.gitignore index 1b6985c..11efee9 100644 --- a/image-registration/.gitignore +++ b/image-registration/.gitignore @@ -1,5 +1,9 @@ # Ignore Gradle project-specific cache directory .gradle +.classpath +.project +.settings # Ignore Gradle build output directory build +bin diff --git a/jama-solver/.gitignore b/jama-solver/.gitignore index 1b6985c..11efee9 100644 --- a/jama-solver/.gitignore +++ b/jama-solver/.gitignore @@ -1,5 +1,9 @@ # Ignore Gradle project-specific cache directory .gradle +.classpath +.project +.settings # Ignore Gradle build output directory build +bin diff --git a/solver-api/.gitignore b/solver-api/.gitignore index 1b6985c..11efee9 100644 --- a/solver-api/.gitignore +++ b/solver-api/.gitignore @@ -1,5 +1,9 @@ # Ignore Gradle project-specific cache directory .gradle +.classpath +.project +.settings # Ignore Gradle build output directory build +bin