.gitignore: added an exclusion for bin/ and build/

This commit is contained in:
Jean Sirmai 2024-06-29 17:29:29 +02:00
parent f8cbc1a8a2
commit d570d253b9
Signed by: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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