Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 052A3200BB8 for ; Sat, 12 Nov 2016 15:28:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 03BFA160B00; Sat, 12 Nov 2016 14:28:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 505C0160AF4 for ; Sat, 12 Nov 2016 15:28:39 +0100 (CET) Received: (qmail 320 invoked by uid 500); 12 Nov 2016 14:28:38 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 307 invoked by uid 99); 12 Nov 2016 14:28:38 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2016 14:28:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1A6B5180058 for ; Sat, 12 Nov 2016 14:28:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MmPANwFe1sUG for ; Sat, 12 Nov 2016 14:28:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id CB4175F570 for ; Sat, 12 Nov 2016 14:28:34 +0000 (UTC) Received: (qmail 286 invoked by uid 99); 12 Nov 2016 14:28:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2016 14:28:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5596DFE5C; Sat, 12 Nov 2016 14:28:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@ponymail.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ponymail git commit: Fix up files that are ignored Date: Sat, 12 Nov 2016 14:28:33 +0000 (UTC) archived-at: Sat, 12 Nov 2016 14:28:40 -0000 Repository: incubator-ponymail Updated Branches: refs/heads/master c87efb9ea -> 1c77ed719 Fix up files that are ignored Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/1c77ed71 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/1c77ed71 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/1c77ed71 Branch: refs/heads/master Commit: 1c77ed719087e93d40bd19e61fd77e87ca35348d Parents: c87efb9 Author: Sebb Authored: Sat Nov 12 14:24:17 2016 +0000 Committer: Sebb Committed: Sat Nov 12 14:24:17 2016 +0000 ---------------------------------------------------------------------- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/1c77ed71/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 29b636a..33068e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,19 @@ +# IDE files .idea -*.iml \ No newline at end of file +*.iml +.project +.pydevproject +.settings/** + +# compiled output files +**/__pycache__/** + +# configuration files generated by setup.py +site/api/lib/config.lua +site/js/config.js +tools/ponymail.cfg + +# Note: +# Add local overrides to one of the following files: +# $HOME/.config/git/ignore - applies to all local git repos +# $GIT_DIR/info/exclude - applies to the local git repo (not replicated)