Add build folder in .gitignore
This commit is contained in:
parent
0e89be912e
commit
6fe9ee27ba
|
|
@ -6,3 +6,6 @@
|
||||||
|
|
||||||
# Python egg metadata, regenerated from source files by setuptools.
|
# Python egg metadata, regenerated from source files by setuptools.
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
|
|
||||||
|
# Build folder
|
||||||
|
/build/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue