]> git.eshelyaron.com Git - emacs.git/commitdiff
Ignore all dot-files in .gitignore
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Jun 2024 16:07:27 +0000 (18:07 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 24 Jun 2024 07:16:08 +0000 (09:16 +0200)
* .gitignore: Ignore all dot-files except for those checked into Git.
This makes us less opinionated about using tools in the Emacs tree.

(cherry picked from commit 9688fd6eb1d05e97c556cd53c53dd92220d9efaa)

.gitignore

index 90df4ebd38cbc144e6417cc943629889a18f5bfd..22de5455346c5642949db1e484c083b3678ebddd 100644 (file)
 # along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 
-# Personal customization.
-.dir-locals-2.el
-.no-advice-on-failure
+# Ignore all dot-files except for those under version control.
+.*
+!.clang-format
+!.clangd
+!.dir-locals.el
+!.gitattributes
+!.gitignore
+!.gitlab-ci.yml
+!.mailmap
 
 # Built by 'autogen.sh'.
 /aclocal.m4
@@ -304,7 +310,6 @@ gnustmp*
 *.orig
 *.swp
 *~
-.#*
 \#*\#
 ChangeLog
 [0-9]*.patch
@@ -353,17 +358,8 @@ lib-src/seccomp-filter-exec.pfc
 # Ignore directory made by admin/make-manuals.
 /manual/
 
-# Ignore Finder files on MacOS.
-.DS_Store
-
-# Ignore a directory used by dap-mode.
-.vscode
 /test/gmp.h
 
-# GDB history
-.gdb_history
-_gdb_history
-
 # Files ignored in exec/.
 exec/aclocal.m4
 exec/config.guess