OSDN Git Service

fix error exhibition (#1229)
[bytom/bytom.git] / .gitignore
index 18933a6..72d8329 100644 (file)
@@ -29,6 +29,8 @@ cmd/bytom/.bytom
 target
 
 *.exe
+*.dylib
+*.zip
 
 # vim
 **.swp
@@ -57,3 +59,14 @@ blockchain/pseudohsm/UTC--2017-11-01T09-24-30.596579759Z--2178d885-aca6-4436-a86
 # VS Code Config Files
 .vscode/
 
+
+# log files for monitoring or debugging
+*.log
+
+
+# go debug test cache
+*.test
+
+# gmsm test cache
+ifile
+ofile
\ No newline at end of file