From 93088fc13c47fbab875f9ee173c0a66d623d91c6 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. --- .gitignore | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index eb76ff330b8..d6e436c2d09 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 @@ -119,8 +114,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/cedet/semantic/bovine/c-by.el lisp/cedet/semantic/bovine/make-by.el lisp/cedet/semantic/bovine/scm-by.el