From d37eb90098fb0144ed531b6887b60ba01dd8f280 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 4 May 2017 17:57:15 +0200 Subject: [PATCH] gitIgnore: add *ConfigVersion.cmake to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa493812b..9f05cfe62 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ build/ # CMake config files *Config.cmake +*ConfigVersion.cmake -- GitLab