[waffle] [PATCH 2/3] .gitignore: Only ignore generated cmake_install.cmake files, not *.cmake
Josh Triplett
josh at joshtriplett.org
Tue Nov 27 10:43:41 PST 2012
waffle contains many *.cmake files, and will potentially have more added
in the future; .gitignore should not ignore these files. Narrow the
ignore pattern from *.cmake to just the generated file
cmake_install.cmake.
Signed-off-by: Josh Triplett <josh at joshtriplett.org>
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 0b0c1b5..35e5228 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
# CMake
# ----------------------------------------------
-*.cmake
+cmake_install.cmake
CMakeFiles
/install_manifest.txt
--
1.7.10.4
More information about the waffle
mailing list