aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 61e13df..9dd6a1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ target/
**/*.rs.bk
.idea/
-data/*
-!data/*.default
-.vscode/ \ No newline at end of file
+.vscode/
+
+# generate by cargo test
+test/ \ No newline at end of file