• 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
22# Ignored files #
23*.obj
24*.lib
25*.log
26*.tlog
27*.exe
28*.ilk
29*.pdb
30*.sbr
31*.bsc
32*.dll
33*.res
34*.idb
35*.sdf
36*.suo
37*.o
38*.depend
39*.layout
40*.opensdf
41*.aps
42*.opendb
43*.db
44*~
45CMakeCache.txt
46