From a6943af68654eb8f507cca59b12be0e6515752ee Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 16 Feb 2022 21:30:36 -0500 Subject: [PATCH] Add build directory to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b763419..e2dc9d5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ libbdkffi.dylib src/bdkpython/bdk.py *.whl +build/