From 4f66e93ed94451dace943a25e3511d64a30c5495 Mon Sep 17 00:00:00 2001 From: Alfonso Montero Date: Mon, 21 Feb 2022 04:50:46 +0100 Subject: [PATCH] Add 'devdocs' dir to '.gitignore' file. (#15368) --- .gitignore | 1 + CHANGELOG.develop | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5af7a7082..65229e95b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ .trello /.cask/ /.my-keybindings.el.swp +/devdocs /eww-bookmarks /history /image-dired diff --git a/CHANGELOG.develop b/CHANGELOG.develop index c240d3dd5..b12f7c112 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -547,6 +547,7 @@ Other: - =.gitignore= now ignores tag files and the bbdb database. - =.gitignore= now ignores org-journal-cache-file (thanks to Benjamin Hipple) - =.gitignore= now ignores image-dired-dir (thanks to Alfonso Montero) + - =.gitignore= now ignores devdocs (thanks to Alfonso Montero) - Added =vim-style-visual-feedback= and =hybrid-style-visual-feedback= style variables to enable =evil-goggles= pulse in the Vim and Hybrid editing styles, respectively; disabled by default (thanks to Sylvain Benner)