diff options
author | Bram Wasti <bwasti@fb.com> | 2017-01-04 15:46:43 -0800 |
---|---|---|
committer | Bram Wasti <bwasti@fb.com> | 2017-01-04 15:46:43 -0800 |
commit | 249e1857e23842ce359b3a99fc81e18ccdb598f2 (patch) | |
tree | 2d436ecd9c9c3dd3c8dd74278866693a6ee169ca /.gitignore | |
parent | 711b4576818ee3eb44d0a4a3d667d2a7ac2d4ba5 (diff) | |
download | pytorch-249e1857e23842ce359b3a99fc81e18ccdb598f2.tar.gz pytorch-249e1857e23842ce359b3a99fc81e18ccdb598f2.tar.bz2 pytorch-249e1857e23842ce359b3a99fc81e18ccdb598f2.zip |
Reset and warn when any options are not satisfied
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dfe0c91ddf..c1696e1ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ .ipynb_checkpoints # Editor temporaries +*.swn +*.swo *.swp *~ |