1# Ignored folders # 2/lib/ 3/obj/ 4/bin/ 5/out/ 6.vs 7CMakeFiles/ 8 9# The /build/ directory is recommended for CMake build output and should be 10# ignored, except for Visual Studio project files that we check into the 11# repository and regenerate with build/cmake.sh 12!/build 13/build/* 14!/build/cmake.sh 15!/build/Visual Studio 15 2017 Win64/ 16 17# Ignored files # 18*.obj 19*.lib 20*.log 21*.tlog 22*.exe 23*.ilk 24*.pdb 25*.sbr 26*.bsc 27*.dll 28*.res 29*.idb 30*.sdf 31*.suo 32*.o 33*.depend 34*.layout 35*.opensdf 36*.aps 37*.opendb 38*.db 39*~ 40CMakeCache.txt