From 704f15f68770b047b2106966dd8bc9be46fc55f4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 4 Aug 2024 01:15:36 +0200 Subject: Correct false comments --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ad32da2..40ab27d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,9 @@ oryx # Test files. Partially autogenerated with the following: # -# ./make; find test -type f -executable +# ./make +# find test -type f -executable -not -name '*.sh' \ +# >>.gitignore # test.* test/arena @@ -19,7 +21,7 @@ test/arena # Compilation artifacts of GNU MP. Autogenerated with the following: # # git status --porcelain | sed -n '/^?? vendor/s/?? //p' \ -# >>.3.0/.gitignore +# >>.gitignore # vendor/gmp-6.3.0/.libs/ vendor/gmp-6.3.0/Makefile -- cgit v1.2.3