From a85a38488b1e12a4235523f74cae0f2e2a8c35a1 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Sat, 22 Jun 2019 14:20:06 +0200 Subject: [PATCH] Ignore all build artifacts Instead of listing .o etc. files by name, match them using wildcards. Signed-off-by: Stephen Kitt --- software/.gitignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/software/.gitignore b/software/.gitignore index e843e3e..d84fbd2 100644 --- a/software/.gitignore +++ b/software/.gitignore @@ -1,9 +1,4 @@ infnoise -KeccakF-1600-reference.o -daemon.o -healthcheck.o -infnoise -infnoise.o -libinfnoise.a -libinfnoise.o -libinfnoise.so +*.a +*.o +*.so