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 2018/02/20 16:46:51 UTC

[incubator-ponymail] branch master updated: Ignore Python cache

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.git


The following commit(s) were added to refs/heads/master by this push:
     new e661657  Ignore Python cache
e661657 is described below

commit e661657b32df4beda36f7f94b5d7efce5884a51c
Author: Sebb <se...@apache.org>
AuthorDate: Tue Feb 20 16:46:49 2018 +0000

    Ignore Python cache
---
 .gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c4ecf66..ae0127f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,8 +7,7 @@
 .settings/**
 
 # compiled output files
-**/__pycache__/**
-__pycache__/**
+__pycache__
 
 # configuration files generated by setup.py
 site/api/lib/config.lua

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.