# Out-of-source CMake/Jenkins builds when this directory is used as WORKSPACE.
/build/
/build-*/
/install/
/install-*/
/deps/

# Accidental in-source CMake builds.
/CMakeCache.txt
/CMakeFiles/
/cmake_install.cmake
/install_manifest.txt
/Makefile
/CTestTestfile.cmake
/compile_commands.json
/.ninja_*
/*.ninja

# Native build products created directly in this directory.
/*.dll
/*.dll.a
/*.so
/*.so.*
/*.dylib
/*.a
/*.o
/*.obj
/*.pdb
