Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Update .gitignore #4

Merged
merged 2 commits into from
Oct 25, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__
_ext
*.pyc
*.so
# TODO: unify name
torch_detectron.egg-info/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you for the moment update this to be maskrcnn_benchmark, and delete the line below, which is not needed anymore?

torch_detectron/legacy/
build/
Expand All @@ -22,6 +23,9 @@ dist/
*.swp
*~

# Pycharm editor settings
.idea

# project dirs
/datasets
/models