qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 14/18] .gitignore: un-ignore .gitlab-ci.d


From: Alex Bennée
Subject: [PATCH v1 14/18] .gitignore: un-ignore .gitlab-ci.d
Date: Mon, 22 Jun 2020 15:32:00 +0100

The sooner we deprecate in-tree builds the sooner this mess of regexes
can be thrown away.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 90acb4347d4..9016ee0a0b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,7 +92,7 @@
 *.toc
 *.tp
 *.vr
-*.d
+!\.*.d
 !/scripts/qemu-guest-agent/fsfreeze-hook.d
 *.o
 .sdk
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]