You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/09/18 12:05:18 UTC

[incubator-ponymail-foal] branch master updated: Ignore local archiver.yaml config files

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


The following commit(s) were added to refs/heads/master by this push:
     new 75c7163  Ignore local archiver.yaml config files
75c7163 is described below

commit 75c7163d0fd369f5170655db7e8ac6a7115933c1
Author: Sebb <se...@apache.org>
AuthorDate: Sat Sep 18 13:05:09 2021 +0100

    Ignore local archiver.yaml config files
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index b261da3..c5dceac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,9 +8,11 @@ __pycache__/
 
 # Local configuration files
 ponymail.yaml
+tools/archiver.yaml
 
 # Local temporary configuration files
 ponymail.yaml.tmp
+tools/archiver.yaml.tmp
 
 # Distribution / packaging
 .Python