From: Jason Ish Date: Thu, 26 Nov 2020 22:20:36 +0000 (-0600) Subject: .gitignore: ignore .a files X-Git-Tag: suricata-7.0.0-beta1~1810 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c771e15ef579fdbd1596ea3a4ab398d3f8e22d6;p=thirdparty%2Fsuricata.git .gitignore: ignore .a files Ignore .a library files as we now have one created in src/ as part of adding a Suricata library. --- diff --git a/.gitignore b/.gitignore index 4bdfb76e2f..ca98ed119e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.lo +*.a *.in *.[ch]e *.log