mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-27 13:01:19 +00:00
gitignore update
Exclude build and dist folders
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -26,6 +26,13 @@
|
|||||||
.*.swp
|
.*.swp
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|
||||||
|
# Build/Dist
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Cache
|
||||||
|
__pycache__
|
||||||
|
|
||||||
#VS files/directories
|
#VS files/directories
|
||||||
*.vcxproj
|
*.vcxproj
|
||||||
*.filters
|
*.filters
|
||||||
|
Reference in New Issue
Block a user