From 419dfd45cf32403537547e7555c857ccf7c30ce1 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 6 Jun 2019 16:51:02 +0200 Subject: Fix .gitignore for the testing directory During the last upgrade to .gitignore, the folder "Testing" was excluded. This lead to confusion on macOS, where the comparison seems to happen case-insensitive. Change-Id: I3270ca4514e00d9e8528b9295c6da3aff25265b0 Reviewed-by: Cristian Maureira-Fredes --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84257ad33..b49ed94bc 100644 --- a/.gitignore +++ b/.gitignore @@ -143,7 +143,7 @@ CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts -Testing +#Testing Conflicts with the testing directory Makefile cmake_install.cmake install_manifest.txt -- cgit v1.2.3