From 4d5aa9a6cff9c69954bc33e2eea493af89490ef4 Mon Sep 17 00:00:00 2001 From: Robert Korulczyk Date: Sun, 20 Aug 2017 13:14:34 +0200 Subject: [PATCH] Fix self-ignored .gitignore files. --- framework/console/runtime/.gitignore | 3 ++- tests/runtime/.gitignore | 2 +- tests/runtime/assets/.gitignore | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/framework/console/runtime/.gitignore b/framework/console/runtime/.gitignore index f59ec20..d6b7ef3 100644 --- a/framework/console/runtime/.gitignore +++ b/framework/console/runtime/.gitignore @@ -1 +1,2 @@ -* \ No newline at end of file +* +!.gitignore diff --git a/tests/runtime/.gitignore b/tests/runtime/.gitignore index 5e31724..40f6bf6 100644 --- a/tests/runtime/.gitignore +++ b/tests/runtime/.gitignore @@ -1,3 +1,3 @@ * !.gitignore -!/coveralls/.gitkeep +!/assets/ diff --git a/tests/runtime/assets/.gitignore b/tests/runtime/assets/.gitignore index f59ec20..d6b7ef3 100644 --- a/tests/runtime/assets/.gitignore +++ b/tests/runtime/assets/.gitignore @@ -1 +1,2 @@ -* \ No newline at end of file +* +!.gitignore