gitignore: ignore some tests and binary

Signed-off-by: Bihong Yu <yubihong@huawei.com>
Signed-off-by: imxcc <xingchaochao@huawei.com>
(cherry picked from commit 8b312e4918658a30b32a882b6fe53ea65e716c0d)
This commit is contained in:
imxcc 2022-02-28 21:50:03 +08:00 committed by openeuler-sync-bot
parent 693d5a27ab
commit 4af75c1da8

View File

@ -0,0 +1,26 @@
From 04c295b9ca272dbd3525a6fa4be4869fe65d59aa Mon Sep 17 00:00:00 2001
From: jiang-dawei15 <jiangdawei15@huawei.com>
Date: Mon, 28 Feb 2022 15:56:54 +0800
Subject: [PATCH 2/3] gitignore: ignore some tests and binary
Signed-off-by: Bihong Yu <yubihong@huawei.com>
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 065f093..696dfee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,8 @@ src/libcare-cc
src/libcare-client
src/libcare-ctl
src/libcare-stresstest
+src/libcare-server
+src/libcare-dump
+src/arch.desc
tags
+tests/*
--
2.23.0.windows.1