You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/08 16:44:48 UTC

[incubator-ponymail-foal] branch master updated: Add .tmp files

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 831fc8a  Add .tmp files
831fc8a is described below

commit 831fc8a69ed928b87d7a30b6e2289e8262c61954
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 8 18:44:41 2020 +0200

    Add .tmp files
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index eda1462..6f92e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,10 @@ __pycache__/
 tools/ponymail.yaml
 server/ponymail.yaml
 
+# Local temporary configuration files
+tools/ponymail.yaml.tmp
+server/ponymail.yaml.tmp
+
 # Distribution / packaging
 .Python
 build/