From cb2e10f73bdee4538a136825f2e0f14f500539c4 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 5 Jun 2024 04:13:32 -0700 Subject: [PATCH] ; * .gitignore: Add lib/endian.h. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.1