lin
2025-08-14 dae8bad597b6607a449b32bf76c523423f7720ed
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
# Ignored folders #
/cache/
/lib/
/obj/
/bin/
/out/
.vs
.vscode/ipch
CMakeFiles/
 
# Per user vscode config files.
.vscode/launch.json
.vscode/settings.json
 
# The /build/ directory is recommended for CMake build output and should be
# ignored, except for Visual Studio project files that we check into the
# repository and regenerate with build/cmake.sh
!/build
/build/*
!/build/cmake.sh
!/build/Visual Studio 15 2017 Win64/
 
# Ignored files #
*.obj
*.lib
*.log
*.tlog
*.exe
*.ilk
*.pdb
*.sbr
*.bsc
*.dll
*.res
*.idb
*.sdf
*.suo
*.o
*.depend
*.layout
*.opensdf
*.aps
*.opendb
*.db
*~
CMakeCache.txt