-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (44 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
56 lines (44 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.cache
.hrefs
.rtags
build/
builds/
build-*/
**/#*#
dependencies/*
Dependencies/*
extern/*
tests/benchmarks_parameters.hpp
**/vcpkg_installed
.venv/
build/*
__build__/*
# ides
.vscode/
.vs/
CMakeSettings.json
_deps/
export/
fetch_and_include/
tmpinst/
CMakeFiles/
build/
doc/html/*
doc/_/*
cov-int/**
# Personal/developer scratch files, not project content.
.claude/settings.json
notes.txt
# Flattened headers for Compiler Explorer (dev/flatten.py).
flat/
# b2 output. One directory per project that has targets, so `bin/` turns up at
# the root and under test/, test/dynamic_loading/ and each
# test/implicit_shared_libraries/ variant. Only `build/` was ignored, which
# covers CMake but not this, leaving the object trees permanently
# untracked-but-addable - `git add test` would commit tens of thousands of
# lines of objects.
bin/
# CTest output. `ctest` writes Testing/Temporary/{LastTest.log,CTestCostData.txt}
# relative to the directory it runs in, so this turns up at the root whenever
# ctest is run from there rather than from build/.
Testing/