diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-10-02 13:05:02 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-10-02 13:05:26 -0700 |
commit | ffce59b3ade02c696f06f73f81e2df2e5f72ae07 (patch) | |
tree | b4ac99394bb5cfeb54ec584a0629c1a4c51a20dd /.gitignore | |
parent | 5e37b27ce9785b7b67506f44318fc56d3ce517e5 (diff) | |
download | emacs-ffce59b3ade02c696f06f73f81e2df2e5f72ae07.tar.gz emacs-ffce59b3ade02c696f06f73f81e2df2e5f72ae07.tar.bz2 emacs-ffce59b3ade02c696f06f73f81e2df2e5f72ae07.zip |
* .gitignore: Add lib/assert.h (Bug#58254).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |