1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
437 B

# Ignored folders #
/cache/
/lib/
/obj/
/bin/
/out/
.vs
.vscode/ipch
CMakeFiles/
.idea/
cmake-build-debug/
# Per user vscode config files.
.vscode/launch.json
.vscode/settings.json
# The /build/ directory is recommended for CMake build output
!/build
/build/*
# 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