From: ThorstenB Date: Thu, 4 Aug 2011 17:26:59 +0000 (+0200) Subject: Don't gitignore all .cmake files... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb7d1f2f900097ebf9040727187f6387e4f65744;p=flightgear.git Don't gitignore all .cmake files... --- diff --git a/.gitignore b/.gitignore index 80583e2e4..ac9d148d5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,11 @@ INSTALL Debug/ *.o lib*.a +cmake_install.cmake CMakeFiles CMakeCache.txt -*.cmake +CPackConfig.cmake +CPackSourceConfig.cmake +cmake_uninstall.cmake +CTestTestfile.cmake