Update .gitignore

This commit is contained in:
tzutalin
2022-06-12 10:31:38 -07:00
parent 94212951ee
commit 267c465eb2
2 changed files with 17 additions and 34 deletions
+17 -4
View File
@@ -1,8 +1,5 @@
resources/icons/.DS_Store
resources.py
.idea*
labelImg.egg-info*
*.pyc
@@ -17,6 +14,8 @@ cscope*
.subvimrc
.vscode
*.pkl
Pipfile
*.xml
# MacOS System-Generated
.DS_Store
@@ -27,4 +26,18 @@ cscope*
ehthumbs.db
Thumbs.db
Pipfile
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# IDE
*.DS_Store
*.iml
.idea
.unison*
.attach*
tmp.*