diff options
author | Bram Wasti <bwasti@fb.com> | 2018-05-16 15:10:35 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2018-05-16 18:10:35 -0400 |
commit | f87091636d71fb0ce29a86b573ae9d3c6ffde228 (patch) | |
tree | 7e02692c11f74d948e5e2d781b3aa93d5474093e /.gitignore | |
parent | 8f6f43f5cf1f9b9fed3deb7c61529f27c038b0a5 (diff) | |
download | pytorch-f87091636d71fb0ce29a86b573ae9d3c6ffde228.tar.gz pytorch-f87091636d71fb0ce29a86b573ae9d3c6ffde228.tar.bz2 pytorch-f87091636d71fb0ce29a86b573ae9d3c6ffde228.zip |
Update .gitignore (#7622)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a79596072c..0411936535 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ test/cpp/api/mnist *.swn *.swo *.swp +*.swm *~ # macOS dir files |