Add files generated by CMake to git ignore (#5278)

This commit is contained in:
Henry Lee
2019-04-06 06:35:40 +11:00
committed by Wouter van Oortmerssen
parent 3ff6cdf491
commit 94cb1ff9ea

3
.gitignore vendored
View File

@@ -26,6 +26,9 @@
**/install_manifest.txt **/install_manifest.txt
**/CMakeCache.txt **/CMakeCache.txt
**/CMakeTestfile.cmake **/CMakeTestfile.cmake
**/CPackConfig.cmake
**/CPackSourceConfig.cmake
**/compile_commands.json
**/Debug/** **/Debug/**
**/Release/** **/Release/**
**/RelWithDebInfo/** **/RelWithDebInfo/**