1# Random seed file created by test scripts and sample programs 2seedfile 3 4# CMake build artifacts: 5CMakeCache.txt 6CMakeFiles 7CTestTestfile.cmake 8cmake_install.cmake 9Testing 10# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 11*.dir/ 12# MSVC files generated by CMake: 13/*.sln 14/*.vcxproj 15/*.filters 16 17# Test coverage build artifacts: 18Coverage 19*.gcno 20*.gcda 21coverage-summary.txt 22 23# generated by scripts/memory.sh 24massif-* 25 26# MSVC build artifacts: 27*.exe 28*.pdb 29*.ilk 30*.lib 31 32# Python build artifacts: 33*.pyc 34 35# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 36*.dir/ 37 38# Microsoft CMake extension for Visual Studio Code generates a build directory by default 39/build/ 40 41# Generated documentation: 42/apidoc 43 44# Editor navigation files: 45/GPATH 46/GRTAGS 47/GSYMS 48/GTAGS 49/TAGS 50/cscope*.out 51/tags 52