summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Goldsborough <psag@fb.com>2018-01-22 16:49:11 -0800
committerZachary DeVito <zdevito@gmail.com>2018-02-01 16:19:03 -0800
commit1262fba8e76833eb98ea4e435ec99d2c7f840932 (patch)
tree52ee1b62440e051e6ac9d2954de1dc438d21e89d /.gitignore
parent6665a45d5e73949e6547bd19ac1c2962cb969b1a (diff)
downloadpytorch-1262fba8e76833eb98ea4e435ec99d2c7f840932.tar.gz
pytorch-1262fba8e76833eb98ea4e435ec99d2c7f840932.tar.bz2
pytorch-1262fba8e76833eb98ea4e435ec99d2c7f840932.zip
[cpp extensions] Create torch.h and update setup.py
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ea9297330..324477cfac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,4 @@ test/data/linear.pt
.ninja_deps
.ninja_log
compile_commands.json
+*.egg-info/