diff options
author | SsnL <tongzhou.wang.1994@gmail.com> | 2019-01-26 09:42:48 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-01-26 09:46:01 -0800 |
commit | f6e6b0fd33c7e9c33e15fecd37953aea4065302a (patch) | |
tree | 07217da9d4a379383d9ff45721ef570a65110094 /.gitignore | |
parent | 41e9b092a9aebef20060999b42503b675f607d5a (diff) | |
download | pytorch-f6e6b0fd33c7e9c33e15fecd37953aea4065302a.tar.gz pytorch-f6e6b0fd33c7e9c33e15fecd37953aea4065302a.tar.bz2 pytorch-f6e6b0fd33c7e9c33e15fecd37953aea4065302a.zip |
gitignore gdb history
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16404
Differential Revision: D13832191
Pulled By: soumith
fbshipit-source-id: ab23d1ad72c041ec2d9616c273bbf399e0feb10d
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0cb2aaa808..f6ac0c66ce 100644 --- a/.gitignore +++ b/.gitignore @@ -152,6 +152,9 @@ docs/source/scripts/activation_images/ # OSX dir files .DS_Store +# GDB history +.gdb_history + ## Caffe2 # build, distribute, and bins (+ python proto bindings) |