aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Armstrong2022-10-18 08:29:49 -0700
committerStefan Kangas2022-10-18 18:23:07 +0200
commit59fc77ee523d2c925ed5dfc993a57c3c574ca5d5 (patch)
treeecd282e1a6dde6793c14039438a35136f6e41b38
parentc5e256677402b8f8745df503476a210bbf84a258 (diff)
downloademacs-59fc77ee523d2c925ed5dfc993a57c3c574ca5d5.tar.gz
emacs-59fc77ee523d2c925ed5dfc993a57c3c574ca5d5.zip
* .gitignore: Unignore the tests/manual directory. (Bug#58611)
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c10b3b33d3c..a7828d3386d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -324,7 +324,7 @@ lib-src/seccomp-filter-exec.pfc
324/etc/*.gschema.valid 324/etc/*.gschema.valid
325 325
326# Ignore directory made by admin/make-manuals. 326# Ignore directory made by admin/make-manuals.
327manual/ 327/manual/
328 328
329# Ignore Finder files on MacOS. 329# Ignore Finder files on MacOS.
330.DS_Store 330.DS_Store