aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenry Fuller <hrofuller@gmail.com>2021-03-22 16:20:55 -0700
committerGitHub <noreply@github.com>2021-03-22 16:20:55 -0700
commit7aaf7627485c84c4ecd976f7b3fa940f60bb007c (patch)
tree155ffef31dbf289f564feb205f290b78c5566d0a /.gitignore
parentc37ba2215eccab53ae1da5f827a335281f81b9e1 (diff)
downloadbazelbuild-rules_python-7aaf7627485c84c4ecd976f7b3fa940f60bb007c.tar.gz
Incrementally download wheels at workspace time. (#432)
* Create support for lazily fetched repo's. Refactor pip_repository rule to invoke different scripts based on the value of the incremental attribute to the rule. Create a new macro in repositories.bzl which will instantiate all the child repos representing individual python packages. Refactor code which is repeated between the parse_requirements_to_bzl scripts and the extract_wheels script.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dcfa539..cc8decd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,7 @@ bazel-bin
bazel-genfiles
bazel-out
bazel-testlogs
+
+# vim swap files
+*.swp
+*.swo