From 18a4518b5bc98edb78649ad3b864d019b06a8609 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 17:48:14 +0800
Subject: [PATCH] fix

---
 .gitignore |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index e798a0b..7a025ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,24 +2,20 @@
 *.o
 *.a
 *.so
-
 # Folders
 _obj
 _test
-
 # Architecture specific extensions/prefixes
 *.[568vq]
 [568vq].out
-
 *.cgo1.go
 *.cgo2.c
 _cgo_defun.c
 _cgo_gotypes.go
 _cgo_export.*
-
 _testmain.go
-
 *.exe
 *.test
-log/*
-
+/log/*
+srm
+.idea
\ No newline at end of file

--
Gitblit v1.8.0