You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2023/01/04 02:14:45 UTC

[tvm] branch main updated: [Git] Ignore python/requirements directory (#13684)

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

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new d8357a08c0 [Git] Ignore python/requirements directory (#13684)
d8357a08c0 is described below

commit d8357a08c0c256af48dea858a91e0eff252a8ccb
Author: Eric Lunderberg <Lu...@users.noreply.github.com>
AuthorDate: Tue Jan 3 20:14:39 2023 -0600

    [Git] Ignore python/requirements directory (#13684)
    
    This directory is automatically generated by the
    `python/gen_requirements.py` script, and should be ignored by git
    whenever present.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index e9b9743f13..03c0a0bc6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,9 @@ var/
 *.manifest
 *.spec
 
+# Generated by python/gen_requirements.py
+python/requirements/*.txt
+
 # Installer logs
 pip-log.txt
 pip-delete-this-directory.txt