From 565b519693cd486a276aee5691ce6246755a21c1 Mon Sep 17 00:00:00 2001 From: Jacob Mullins Date: Sun, 25 Mar 2018 12:33:23 -0400 Subject: [PATCH] Fixed a quirk in the Clion PR @Koerty accidentally excluded all .cmake files instead of the specific files that Clion generated, and was getting in my way of developing a new feature... So, I fixed it. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e12a9493..4055d624e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,6 @@ Makefile # Clion .idea/ -*.cmake +CPackConfig.cmake +CPackSourceConfig.cmake *.cbp