From 39799a4d4295ae305c75e40cd512f3d801ef0357 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 1 Sep 2019 13:21:13 +0100 Subject: Fix and add some Windows .gitignore entries --- tests/.gitignore | 5 ++--- tests/enchant_providers/.gitignore | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore index a963072..a24eb43 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,7 +1,6 @@ /test.pwl -main -main.exe -main.test +/main.test +/main.test.exe libenchant_*.so libenchant_*.dylib *enchant*.dll diff --git a/tests/enchant_providers/.gitignore b/tests/enchant_providers/.gitignore index 0c954e3..e08c1da 100644 --- a/tests/enchant_providers/.gitignore +++ b/tests/enchant_providers/.gitignore @@ -3,3 +3,4 @@ /enchant_*.dylib /enchant*.dll /providers.test +/providers.test.exe -- cgit v1.2.1