1# CMake build artifacts: 2CMakeCache.txt 3CMakeFiles 4CTestTestfile.cmake 5cmake_install.cmake 6Testing 7# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 8*.dir/ 9# MSVC files generated by CMake: 10/*.sln 11/*.vcxproj 12/*.filters 13 14# Test coverage build artifacts: 15Coverage 16*.gcno 17*.gcda 18coverage-summary.txt 19 20# Eclipse project files 21.cproject 22.project 23/.settings 24 25# Unix-like build artifacts: 26*.o 27 28# MSVC build artifacts: 29*.exe 30*.pdb 31*.ilk 32*.lib 33 34# Python build artifacts: 35*.pyc 36 37# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 38*.dir/ 39 40# Microsoft CMake extension for Visual Studio Code generates a build directory by default 41/build/ 42 43# Generated documentation: 44/apidoc 45 46# Editor navigation files: 47/GPATH 48/GRTAGS 49/GSYMS 50/GTAGS 51/TAGS 52/cscope*.out 53/tags 54 55# clangd compilation database 56compile_commands.json 57# clangd index files 58/.cache/clangd/index/ 59