diff options
| author | Collin Funk <collin.funk1@gmail.com> | 2024-06-05 04:13:32 -0700 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2024-06-05 15:33:04 +0300 |
| commit | cf9ff842395b8a4787b717d274c3151c1ab0a970 (patch) | |
| tree | 2fac966de964ffa5de67115f6d2c5c5d0a4ea470 /.gitignore | |
| parent | f240f482e2686f9c51d33b9e11b5884b12cef7aa (diff) | |
; * .gitignore: Add lib/endian.h (bug#71378).
Copyright-paperwork-exempt: yes
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52d328a9357..eb76ff330b8 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ lib/alloca.h lib/assert.h lib/byteswap.h lib/dirent.h +lib/endian.h lib/errno.h lib/execinfo.h lib/fcntl.h |
