gitignore: ignore .mbx and .cover for b4 integration

Lately I'm using b4 to work with the patches in the mailing list. Better
to start ignoring .cover and .mbx files since they get created by b4.
This commit is contained in:
Lucas De Marchi 2021-04-17 13:39:12 -07:00
parent 39dd171623
commit ed892ff4ed

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
*.gcno
/*.tar.xz
/*.md5sum
/*.mbx
/*.cover
.deps/
.libs/
/Makefile