Files
mariadb-connector-python/.gitignore
Georg Richter aaf501183c gitignore update
Exclude build and dist folders
2021-08-16 10:10:22 +02:00

53 lines
452 B
Plaintext

# Keep empty directories:
# Keep empty directories: >> .gitignore/.git*
# Compiled Static libraries
*.lib
*.a
*.la
*.lai
*.lo
# Compiled Dynamic libraries
*.so
*.so.*
*.dylib
*.dll
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.dgcov
.*.swp
.gdb_history
# Build/Dist
build/
dist/
# Cache
__pycache__
#VS files/directories
*.vcxproj
*.filters
*.user
ipch
*.sln
*.suo
*.sdf
Win32
x64
*.dir
Debug
Release
RelWithDebInfo
#vim backups
*.*~