fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 3bd8b0820652af153419d6a3588d0f69ed666d91
parent 249492e08adbf034976770ab3b021ba093a2ab18
Author: jvoisin <julien.voisin@dustri.org>
Date:   Fri, 31 Oct 2025 15:34:54 +0100

Add a .gitignore

Diffstat:
A.gitignore | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,6 @@ +x86_64-linux-musl-native +x86_64-linux-musl-native.tgz +tests/* +!tests/*.c +!tests/Makefile +~