You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2019/06/24 12:12:38 UTC

[lucene-solr] branch branch_8_1 updated: Adding __pycache__ folder to gitignore

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

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


The following commit(s) were added to refs/heads/branch_8_1 by this push:
     new b5d7fe5  Adding __pycache__ folder to gitignore
b5d7fe5 is described below

commit b5d7fe5cd63865f1928253ef192f2eb3451e0c40
Author: Cao Manh Dat <da...@apache.org>
AuthorDate: Mon Jun 24 13:12:10 2019 +0100

    Adding __pycache__ folder to gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4b94743..674ddd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ pom.xml
 /nbproject
 /nb-build
 .pydevproject
+__pycache__