22 lines
498 B
Diff
22 lines
498 B
Diff
From d1eb397bbf6760569c3043119c6a6cb733ad301f Mon Sep 17 00:00:00 2001
|
|
From: licunlong <licunlong1@huawei.com>
|
|
Date: Fri, 30 Jun 2023 10:52:55 +0800
|
|
Subject: [PATCH] fix: ignore auto generated toml file in tests/test_units
|
|
|
|
---
|
|
.gitignore | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 2408785..e8437ea 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -4,3 +4,4 @@ Cargo.lock
|
|
tests/**/*.log
|
|
/site
|
|
libs/blkid_rs/src/libblkid.rs
|
|
+tests/test_units/*.toml
|
|
--
|
|
2.33.0
|
|
|