* .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)
# 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
*.orig
*.swp
*~
-.#*
\#*\#
ChangeLog
[0-9]*.patch
# 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