• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
21
22# generated by scripts/memory.sh
23massif-*
24
25# MSVC build artifacts:
26*.exe
27*.pdb
28*.ilk
29*.lib
30
31# Python build artifacts:
32*.pyc
33
34# Generated documentation:
35/apidoc
36
37# Editor navigation files:
38/GPATH
39/GRTAGS
40/GSYMS
41/GTAGS
42/TAGS
43/cscope*.out
44/tags
45