summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Goldsborough <peter@goldsborough.me>2018-04-30 12:53:46 -0700
committerGitHub <noreply@github.com>2018-04-30 12:53:46 -0700
commitaf71fb882f27f3a8d577c79a97ee5edb71d986ef (patch)
treeeccad3a6bb7cfd3168ba54f145588324105c4b04 /.gitignore
parent3407708b811a5515e8e979e6459be5b1aa91a48d (diff)
downloadpytorch-af71fb882f27f3a8d577c79a97ee5edb71d986ef.tar.gz
pytorch-af71fb882f27f3a8d577c79a97ee5edb71d986ef.tar.bz2
pytorch-af71fb882f27f3a8d577c79a97ee5edb71d986ef.zip
Merge autogradpp into PyTorch (#7074)
* Dump autogradpp into PyTorch * Fixed up CMake for autogradpp/C++ API * Made cereal a submodule * Change search location of autogradpps mnist directory * Add test_api to CI * Download MNIST from the internet instead of storing in repo * Fix warnings
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1f4b2c7db0..6d6e1a41e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@ test/.coverage
test/data/legacy_serialized.pt
test/data/linear.pt
.mypy_cache
+test/cpp/api/mnist
# IPython notebook checkpoints
.ipynb_checkpoints