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

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1952644  [Python][Docker] Ignore site and manylinux1 for docker builds
1952644 is described below

commit 19526440ad986fca3f3a977de28d4ff6f52681f8
Author: Uwe L. Korn <[email protected]>
AuthorDate: Mon Feb 18 19:54:41 2019 +0100

    [Python][Docker] Ignore site and manylinux1 for docker builds
---
 .dockerignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.dockerignore b/.dockerignore
index 2c6db20..dc0f93b 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -47,6 +47,7 @@ cpp/thirdparty
 # python
 python/build
 python/dist
+python/manylinux1/dist
 python/*.egg-info
 python/*.egg
 python/*.pyc
@@ -90,3 +91,6 @@ js/test/__snapshots__
 
 # Rust
 rust/target
+
+# site
+site/

Reply via email to