diff options
| author | Paul Eggert | 2022-10-02 13:05:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2022-10-02 13:05:26 -0700 |
| commit | ffce59b3ade02c696f06f73f81e2df2e5f72ae07 (patch) | |
| tree | b4ac99394bb5cfeb54ec584a0629c1a4c51a20dd | |
| parent | 5e37b27ce9785b7b67506f44318fc56d3ce517e5 (diff) | |
| download | emacs-ffce59b3ade02c696f06f73f81e2df2e5f72ae07.tar.gz emacs-ffce59b3ade02c696f06f73f81e2df2e5f72ae07.zip | |
* .gitignore: Add lib/assert.h (Bug#58254).
| -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 | |||
| 53 | 53 | ||
| 54 | # C-level sources built by 'make'. | 54 | # C-level sources built by 'make'. |
| 55 | lib/alloca.h | 55 | lib/alloca.h |
| 56 | lib/assert.h | ||
| 56 | lib/byteswap.h | 57 | lib/byteswap.h |
| 57 | lib/dirent.h | 58 | lib/dirent.h |
| 58 | lib/errno.h | 59 | lib/errno.h |