diff options
author | Edward Yang <ezyang@fb.com> | 2018-11-14 09:34:13 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-11-14 10:03:19 -0800 |
commit | 96663edca6ff76aee37f3f603c3924d8e03abdcd (patch) | |
tree | 20f647c2f390090e39325069f21dc13899369d41 /.gitignore | |
parent | 35a24a9a948d5a41a6e9c8c42e9c88cb427146d3 (diff) | |
download | pytorch-96663edca6ff76aee37f3f603c3924d8e03abdcd.tar.gz pytorch-96663edca6ff76aee37f3f603c3924d8e03abdcd.tar.bz2 pytorch-96663edca6ff76aee37f3f603c3924d8e03abdcd.zip |
Remove the hip ignore; it conflicts with real in-tree HIP development. (#13972)
Summary:
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/13972
Differential Revision: D13062253
Pulled By: ezyang
fbshipit-source-id: 4442b194bb08e4f718dff844743d23fd3a6dc8e9
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 0e3723a274..9c8bbd47ec 100644 --- a/.gitignore +++ b/.gitignore @@ -199,9 +199,6 @@ caffe2.egg-info # Atom/Watchman required file .watchmanconfig -# Files generated by HIPIFY -hip - # Files generated by CLion cmake-build-debug |