# General
*.swp
*.kate-swp
tags
tmp

# Release archives
/soci*.7z
/soci*.zip
/soci*.tar.bz2
/soci*.tar.gz

# Build directories
/*build*
/*site*

# Files generated by CMake
Makefile
src/core/soci_backends_config.h
tests/odbc/test-access.dsn
tests/odbc/test-mysql.dsn

# ... and the rest of CMake spam
CMakeFiles/
CMakeCache.txt
CTestTestfile.cmake
cmake_install.cmake

# Visual Studio / Visual Studio Code
*.opensdf
*.sdf
*.suo
/*.vs*

# KDevelop
*.kate-swp
*.kdev4

# Qt Creator
*.config
*.creator*
*.files
*.includes
CMakeLists.txt.user

# Eclipse
/.project

# Vagrant
/.vagrant/

# Python
.venv/
