gitignore update

Exclude build and dist folders
This commit is contained in:
Georg Richter
2021-08-16 10:10:22 +02:00
parent 7494e2baa4
commit aaf501183c

7
.gitignore vendored
View File

@ -26,6 +26,13 @@
.*.swp
.gdb_history
# Build/Dist
build/
dist/
# Cache
__pycache__
#VS files/directories
*.vcxproj
*.filters