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:57:07 UTC

[lucene-solr] branch master updated: Ignore python caches

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0d9bf8f  Ignore python caches
0d9bf8f is described below

commit 0d9bf8fe7302120bffd74970f1fdd42581e58592
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Wed Jun 5 10:56:57 2019 +0200

    Ignore python caches
---
 .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