.gitignore: ignore build folder

This commit is contained in:
Clement Bouvet
2023-02-21 10:53:42 +01:00
committed by Alexandre Paillier
parent 691baa07de
commit 6e8007b771

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ bin/
debug/ debug/
dep/ dep/
obj/ obj/
build/
# Python # Python
*.pyc *.pyc