From 0c99326db328cfae6bcc9e28f2d067df0bd0965d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Jan 2019 08:51:29 +0000 Subject: [PATCH] Added cmake package configuration files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f061be0e2..a47741a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,10 @@ install_manifest*.txt *.out *.app +# Automatically generated Package files +packaging/cmake/* +configure/* + # Platform Specifics - auto generated files PlatformSpecifics/Windows/*.rc