From: Paul Eggert Date: Sun, 2 Oct 2022 20:05:02 +0000 (-0700) Subject: * .gitignore: Add lib/assert.h (Bug#58254). X-Git-Tag: emacs-29.0.90~1856^2~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ffce59b3ade02c696f06f73f81e2df2e5f72ae07;p=emacs.git * .gitignore: Add lib/assert.h (Bug#58254). --- diff --git a/.gitignore b/.gitignore index eb77b2388f4..c10b3b33d3c 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ src/emacs-module.h # C-level sources built by 'make'. lib/alloca.h +lib/assert.h lib/byteswap.h lib/dirent.h lib/errno.h