]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
gitignore: ignore .dirstamp
authorJeremy Sowden <jeremy@azazel.net>
Sun, 14 Nov 2021 15:52:18 +0000 (15:52 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Nov 2021 10:42:41 +0000 (11:42 +0100)
It's created by automake while making sure that build directories (utils/
and utils/.deps/, in this case) exist if the `subdir-objects` option is
enabled.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
.gitignore

index 3f218218dfc930385f5387d8ba62a82882d60099..3eb592245c0d4d5cdced26583227f5d94af78a7b 100644 (file)
@@ -6,6 +6,7 @@
 *.lo
 *.o
 .deps/
+.dirstamp
 .libs/
 Makefile
 Makefile.in