SQLiteCpp/.gitignore
Sébastien Rombauts 4bb70c19b8 Ignore .vsconfig
2023-05-24 18:49:40 +02:00

35 lines
321 B
Plaintext

Debug
Release
build
*.a
# ignore clangd cache directory
.cache
.vs/
.vscode/
.vsconfig
*.sln
*.ncb
*.suo
*.user
*sdf
*.vc*
*~
doc
core
*ipch
.settings/
# do not track Visual Studio CMake settings
CMakeSettings.json
CMakeCache.txt
CMakeFiles
*.dir
Testing
Win32
SQLiteCpp_example1
SQLiteCpp_tests
!FindSQLiteCpp.cmake