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:48:35 UTC

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

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

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


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

commit b31759802350439d8e6623019803fd5499818ae4
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Wed Jun 5 10:48:15 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