Add build folder in .gitignore

This commit is contained in:
iuvbio 2019-01-28 20:30:36 +01:00
parent 0e89be912e
commit 6fe9ee27ba
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# Build folder
/build/