blob: 1c1dec2748060a089710cff6705378be40471c05 (
plain)
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
|
# build outputs:
/bin
/lib
/test/bin
/build*
/install
# local overides
/vsbuild/external_dependencies_local.props
# build intermediates:
/vsbuild/Release
/vsbuild/ReleaseTest
/vsbuild/Debug
/vsbuild/DebugTest
/vsbuild32
/vsbuild64
CMakeUserPresets.json
# test "side effects"
/test/temp
# VS generated files:
.vs
*.aps
*.vcxproj.user
msbuild.log
/stderr.log
/stderr_32.log
/stdout.log
/stdout_32.log
.vscode
|