Due to .gitignore, target/queue directory got ignored and was not
commited.

This commit makes problematic ignore filter more strict and adds
accidentally removed directory.
This commit is contained in:
fox.cpp 2019-09-08 17:15:18 +03:00
parent 35c3b1c792
commit f77b204b5e
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
4 changed files with 1411 additions and 2 deletions

4
.gitignore vendored
View file

@ -34,5 +34,5 @@ cmd/maddy-*-helper/maddy-*-helper
# Some directories that may be created during test-runs
# in repo directory.
mtasts-cache
*queue
cmd/maddy/*mtasts-cache
cmd/maddy/*queue