commit | b8b7f879c2104044fc4ed40e98c0620be4ecbbee | [log] [tgz] |
---|---|---|
author | Chetan Khatri <ckhatrimanjal@gmail.com> | Thu May 18 04:46:02 2017 +0530 |
committer | Soumith Chintala <soumith@gmail.com> | Wed May 17 19:16:02 2017 -0400 |
tree | 132618b07c1441e586be8b8be4b1c2945598755d | |
parent | c573d53939ea2be6f660934738811a521470ab08 [diff] |
.gitignore updated with editor temporaries (#1574)
diff --git a/.gitignore b/.gitignore index de1bb17..017a676 100644 --- a/.gitignore +++ b/.gitignore
@@ -35,3 +35,16 @@ */**/*.so* */**/*.dylib* test/data/legacy_serialized.pt + +# IPython notebook checkpoints +.ipynb_checkpoints + +# Editor temporaries +*.swn +*.swo +*.swp +*~ + +# OSX dir files +.DS_Store +