]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
.gitignore: globally ignore .la files
authorJason Ish <jason.ish@oisf.net>
Tue, 9 Jul 2024 22:48:50 +0000 (16:48 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Jul 2024 12:25:34 +0000 (14:25 +0200)
With automake and libraries, these files are creeping in.

.gitignore
examples/plugins/c-json-filetype/.gitignore
examples/plugins/ci-capture/.gitignore

index 2f3f09a8747d9ffb70fcbf82ab4e18acde2d8672..66416e27d14eb9d0481e7dd77576aed0c8e40ad7 100644 (file)
@@ -1,6 +1,7 @@
 *.o
 *.lo
 *.a
+*.la
 *.in
 *.[ch]e
 *.log
index 20be8dc1057195e59dc13a43e739c228397e7b49..2ef7c8a82b828048fe3fa9c5bcb0c1513da283f0 100644 (file)
@@ -1,3 +1,2 @@
 !/Makefile.in
 *.so
-*.la
index ee845fbb0f6d7e3546dbd4496d2f80b1afe507f1..670fccfc072fe5bb1f7923e0d72a2c70c4f13c34 100644 (file)
@@ -1,4 +1,3 @@
 !/Makefile.in
 *.o
 *.so
-*.la