• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*.a
2*.so
3*.so.?*
4*.dll
5*.exe
6*.dylib
7*.cmake
8!/cmake/*.cmake
9!/test/AssemblyTests.cmake
10*~
11*.swp
12*.pyc
13__pycache__
14.DS_Store
15
16# lcov
17*.lcov
18/lcov
19
20# cmake files.
21/Testing
22CMakeCache.txt
23CMakeFiles/
24cmake_install.cmake
25
26# makefiles.
27Makefile
28
29# in-source build.
30bin/
31lib/
32/test/*_test
33
34# exuberant ctags.
35tags
36
37# YouCompleteMe configuration.
38.ycm_extra_conf.pyc
39
40# ninja generated files.
41.ninja_deps
42.ninja_log
43build.ninja
44install_manifest.txt
45rules.ninja
46
47# bazel output symlinks.
48bazel-*
49
50# out-of-source build top-level folders.
51build/
52_build/
53build*/
54
55# in-source dependencies
56/googletest/
57
58# Visual Studio 2015/2017 cache/options directory
59.vs/
60CMakeSettings.json
61
62# Visual Studio Code cache/options directory
63.vscode/
64
65# Python build stuff
66dist/
67*.egg-info*
68