• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Ignored folders #
2/cache/
3/lib/
4/obj/
5/bin/
6/out/
7.vs
8.vscode/ipch
9CMakeFiles/
10.idea/
11cmake-build-debug/
12
13# Per user vscode config files.
14.vscode/launch.json
15.vscode/settings.json
16
17# The /build/ directory is recommended for CMake build output
18!/build
19/build/*
20
21# Boost is downloaded and extracted to /third_party
22/third_party/boost*
23
24# Ignored files #
25*.obj
26*.lib
27*.log
28*.tlog
29*.exe
30*.ilk
31*.pdb
32*.sbr
33*.bsc
34*.dll
35*.res
36*.idb
37*.sdf
38*.suo
39*.o
40*.depend
41*.layout
42*.opensdf
43*.aps
44*.opendb
45*.db
46*~
47CMakeCache.txt
48