remove build path from git

This commit is contained in:
moritz 2019-05-29 11:40:08 +02:00
parent 5c3447482e
commit 51fa474a43
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/*

3
compile.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
python -m pyinstaller --distpath=dist --workpath=build src/have_I_b€€n_pwned.py