Update .gitignore

This commit is contained in:
shenjack 2023-01-05 23:33:40 +08:00
parent 7e8c81e16a
commit 88e649672f

9
.gitignore vendored
View File

@ -4,9 +4,12 @@
DR.code-workspace DR.code-workspace
trytry/ trytry/
# PYCharm file # PyCharm file
.idea/ .idea/
# Fleet files
.fleet/
# log files # log files
logs/ logs/
@ -25,7 +28,7 @@ __pycache__/
*/*.DS_Store */*.DS_Store
# C extensions # C extensions
# *.so *.so
# Distribution / packaging # Distribution / packaging
.Python .Python
@ -153,5 +156,3 @@ other things/
.git-/ .git-/
*cmake-build-debug *cmake-build-debug
trytry/c/logger/logger.html
.fleet