From 7fd667f4e0873cc5b9344906ba38b6bef3c7956a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 5 Jan 2020 14:58:38 +0100 Subject: [PATCH] gitignore: Add the new maturin provided so file to the ignores. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a05e537..72ff37d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ Cargo.lock dist/ __pycache__/ tantivy.so +tantivy/tantivy.cpython*.so tantivy.egg-info/