diff options
author | Paul Jesse Hellemn <jesse.hellemn@gmail.com> | 2018-06-05 14:40:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 14:40:00 -0700 |
commit | ba46d3d9816ab50b80e243fbf12b65ae19e5bc7a (patch) | |
tree | c8a10e54c0a209821ad8710a199e7c488c5d211d /conda | |
parent | fa1bdcf4d2d38eb6314cea58a20b1871889c5a8f (diff) | |
download | pytorch-ba46d3d9816ab50b80e243fbf12b65ae19e5bc7a.tar.gz pytorch-ba46d3d9816ab50b80e243fbf12b65ae19e5bc7a.tar.bz2 pytorch-ba46d3d9816ab50b80e243fbf12b65ae19e5bc7a.zip |
Adding -setup- path, and better code structure (#8122)
Diffstat (limited to 'conda')
-rw-r--r-- | conda/caffe2/normal/.gitignore | 1 | ||||
-rw-r--r-- | conda/integrated/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conda/caffe2/normal/.gitignore b/conda/caffe2/normal/.gitignore new file mode 100644 index 0000000000..0552636118 --- /dev/null +++ b/conda/caffe2/normal/.gitignore @@ -0,0 +1 @@ +meta.yaml diff --git a/conda/integrated/.gitignore b/conda/integrated/.gitignore new file mode 100644 index 0000000000..0552636118 --- /dev/null +++ b/conda/integrated/.gitignore @@ -0,0 +1 @@ +meta.yaml |