From ceb881ab05a407f410b3c11603aacb092080cf2b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 29 Oct 2019 13:32:18 +0100 Subject: [PATCH] Ignore projects not in this branch --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a9136e7ebca..7a0dae433db 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,10 @@ buildSrc/build /src/asciidoc/build target/ +# Projects not in this branch +integration-tests/ +spring-core/kotlin-coroutines/ + # Eclipse artifacts, including WTP generated manifests .classpath .project