From 08963fdb43ae5adf2f3c0c29852716718dac2078 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 23 Jun 2024 15:46:42 +0200 Subject: [PATCH] Allow git 1.8.2 features in .gitignore * .gitignore: Assume git 1.8.2 or later; we already use the '**' feature from that version since 2021. (cherry picked from commit 93088fc13c47fbab875f9ee173c0a66d623d91c6) --- .gitignore | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ec69fa775a4..90df4ebd38c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,11 +18,6 @@ # along with GNU Emacs. If not, see . -# Currently we assume only Git 1.7.1 (April 2010) or later, so this -# file does not rely on "**" in patterns. The "**" feature was added -# in Git 1.8.2 (March 2013). - - # Personal customization. .dir-locals-2.el .no-advice-on-failure @@ -118,8 +113,8 @@ cross/ndk-build/ndk-build.mk cross/ndk-build/*.o # Lisp-level sources built by 'make'. -*cus-load.el -*loaddefs.el +lisp/**/*cus-load.el +lisp/**/*loaddefs.el lisp/eshell/esh-module-loaddefs.el lisp/finder-inf.el lisp/leim/ja-dic/ -- 2.39.2