Add build directory to gitignore

This commit is contained in:
thunderbiscuit 2022-02-16 21:30:36 -05:00
parent be87629aba
commit a6943af686
No known key found for this signature in database
GPG Key ID: 88253696EB836462

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ libbdkffi.dylib
src/bdkpython/bdk.py src/bdkpython/bdk.py
*.whl *.whl
build/