You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/06/05 08:26:56 UTC

[lucene-solr] branch branch_7_7 updated: Ignore python cache

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

janhoy pushed a commit to branch branch_7_7
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_7_7 by this push:
     new 860c96f  Ignore python cache
860c96f is described below

commit 860c96fb473c9831f0f3e6ec698c56c0e5cbdae6
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Wed Jun 5 10:26:41 2019 +0200

    Ignore python cache
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4b94743..5f462f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ pom.xml
 /nbproject
 /nb-build
 .pydevproject
+__pycache__
\ No newline at end of file