Skip to content

Commit 8ddbe35

Browse files
author
Christopher Woodall
committed
Update .gitignore
1 parent ec1f0ec commit 8ddbe35

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.gitignore

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
PythonAPI/venv/
2-
31
images/
42
annotations/
53
results/
@@ -17,11 +15,7 @@ PythonAPI/pycocotools/coco.pyc
1715
PythonAPI/pycocotools/cocoeval.pyc
1816
PythonAPI/pycocotools/mask.pyc
1917
PythonAPI/pycocotools/_mask.cpython-39-x86_64-linux-gnu.so
20-
PythonAPI/pycocotools.egg-info/top_level.txt
21-
PythonAPI/pycocotools.egg-info/SOURCES.txt
22-
PythonAPI/pycocotools.egg-info/requires.txt
23-
PythonAPI/pycocotools.egg-info/PKG-INFO
24-
PythonAPI/pycocotools.egg-info/dependency_links.txt
25-
PythonAPI/build/temp.linux-x86_64-cpython-39/pycocotools/_mask.o
26-
PythonAPI/build/lib.linux-x86_64-cpython-39/pycocotools/_mask.cpython-39-x86_64-linux-gnu.so
27-
PythonAPI/build/common/maskApi.o
18+
19+
PythonAPI/venv/
20+
PythonAPI/pycocotools.egg-info/
21+
PythonAPI/build/

0 commit comments

Comments
 (0)