update .gitignore

This commit is contained in:
eric
2024-10-12 18:55:28 +08:00
parent ee45c616de
commit fefec2bf4b

10
.gitignore vendored
View File

@@ -24,3 +24,13 @@ go.work
.DS_Store
docs/.DS_Store
# binary output of Makefile
bin/
# editor
.idea/
# tmp file on linux,
*swp
*~