This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit bb8a762218081a9c5cf18522c1905b3de184b585 Author: Sebb <[email protected]> AuthorDate: Fri Aug 21 11:19:12 2020 +0100 Don't store local config in git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c5be0fa..805a6bc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# Local configuration files +tools/ponymail.yaml + # Distribution / packaging .Python build/
