This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 0be1406 Adds pip-wheel metadata in .gitignore (#10657)
0be1406 is described below
commit 0be140684bb58a32063cb085b738042d0c229386
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 31 12:45:13 2020 +0200
Adds pip-wheel metadata in .gitignore (#10657)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index c7ae00a..fa0946f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -202,3 +202,6 @@ Chart.lock
# Chart dependencies
**/charts/*.tgz
+
+# Might be generated when you build wheels
+pip-wheel-metadata