From 59fc77ee523d2c925ed5dfc993a57c3c574ca5d5 Mon Sep 17 00:00:00 2001 From: Matt Armstrong Date: Tue, 18 Oct 2022 08:29:49 -0700 Subject: [PATCH] * .gitignore: Unignore the tests/manual directory. (Bug#58611) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c10b3b33d3c..a7828d3386d 100644 --- a/.gitignore +++ b/.gitignore @@ -324,7 +324,7 @@ lib-src/seccomp-filter-exec.pfc /etc/*.gschema.valid # Ignore directory made by admin/make-manuals. -manual/ +/manual/ # Ignore Finder files on MacOS. .DS_Store -- 2.39.5