diff options
| author | Matt Armstrong | 2022-10-18 08:29:49 -0700 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-18 18:23:07 +0200 |
| commit | 59fc77ee523d2c925ed5dfc993a57c3c574ca5d5 (patch) | |
| tree | ecd282e1a6dde6793c14039438a35136f6e41b38 | |
| parent | c5e256677402b8f8745df503476a210bbf84a258 (diff) | |
| download | emacs-59fc77ee523d2c925ed5dfc993a57c3c574ca5d5.tar.gz emacs-59fc77ee523d2c925ed5dfc993a57c3c574ca5d5.zip | |
* .gitignore: Unignore the tests/manual directory. (Bug#58611)
| -rw-r--r-- | .gitignore | 2 |
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. |
| 327 | manual/ | 327 | /manual/ |
| 328 | 328 | ||
| 329 | # Ignore Finder files on MacOS. | 329 | # Ignore Finder files on MacOS. |
| 330 | .DS_Store | 330 | .DS_Store |