blob: 6070b92d7ba1585ce720a3a9c95c4fa50a14bcf7 [file] [log] [blame]
Nicolas Capensdaa5d912016-09-28 16:56:36 -04001# Ignored folders #
Ben Claytona2a00e22019-02-16 01:05:23 +00002/cache/
Nicolas Capensdaa5d912016-09-28 16:56:36 -04003/lib/
4/obj/
5/bin/
Nicolas Capens71e256c2018-10-15 11:25:03 -04006/out/
Nicolas Capensdaa5d912016-09-28 16:56:36 -04007.vs
Ben Clayton3f9c56c2019-03-21 18:22:28 +00008.vscode/ipch
Nicolas Capens4c9f04b2019-01-31 22:09:03 -05009CMakeFiles/
Tim Van Patten9da287f2019-11-07 10:27:18 -070010.idea/
11cmake-build-debug/
Nicolas Capens4c9f04b2019-01-31 22:09:03 -050012
Ben Clayton04dd12d2019-03-27 16:10:43 +000013# Per user vscode config files.
14.vscode/launch.json
15.vscode/settings.json
16
Nicolas Capensa580e2d2019-10-03 22:40:25 -040017# The /build/ directory is recommended for CMake build output
Nicolas Capens4c9f04b2019-01-31 22:09:03 -050018!/build
19/build/*
Nicolas Capensdaa5d912016-09-28 16:56:36 -040020
Antonio Maiorano8b321d12019-05-27 16:15:34 -040021# Boost is downloaded and extracted to /third_party
22/third_party/boost*
23
Nicolas Capensdaa5d912016-09-28 16:56:36 -040024# 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
Nicolas Capensc8713532017-04-26 11:52:47 -040046*~
Tim Van Patten9da287f2019-11-07 10:27:18 -070047CMakeCache.txt