Commit 9c514492 authored by Jiayuan Gu's avatar Jiayuan Gu Committed by Francisco Massa

Update .gitignore (#4)

* Update .gitignore

* Update .gitignore
parent 61ffdb38
...@@ -3,8 +3,7 @@ __pycache__ ...@@ -3,8 +3,7 @@ __pycache__
_ext _ext
*.pyc *.pyc
*.so *.so
torch_detectron.egg-info/ maskrcnn-benchmark.egg-info/
torch_detectron/legacy/
build/ build/
dist/ dist/
...@@ -22,6 +21,9 @@ dist/ ...@@ -22,6 +21,9 @@ dist/
*.swp *.swp
*~ *~
# Pycharm editor settings
.idea
# project dirs # project dirs
/datasets /datasets
/models /models
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment