.gitignore: ignore tar.bz2 and tar.xz packages

This commit is contained in:
Dmitry Podgorny
2021-11-25 19:33:07 +02:00
parent b3e355736f
commit 44a5556278

2
.gitignore vendored
View File

@@ -27,6 +27,8 @@ examples/*.o
*.la
*.pc
*.tar.gz
*.tar.bz2
*.tar.xz
*.zip
docs/html
TAGS