From ffce59b3ade02c696f06f73f81e2df2e5f72ae07 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 2 Oct 2022 13:05:02 -0700 Subject: [PATCH] * .gitignore: Add lib/assert.h (Bug#58254). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb77b2388f..c10b3b33d3 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 -- 2.34.1