From 5046eda92eaa528acbb045c484ba29a7f054c34d Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Sun, 16 Jun 2013 17:53:52 +0200 Subject: [PATCH] Making sure source packages named "target" are not excluded by .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a18a87059..c7734b0a4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,5 @@ .idea # Build -target +/*/target test-output