summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-11-14 15:52:18 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-15 11:42:41 +0100
commitac637dcde4167f6c7c6146042af7cc64338320b5 (patch)
treea841905a7464e396b4dff7ae8eb53da906bb1f19
parent9642a90c042514f8fb54333a9b5ee0b16b03c178 (diff)
gitignore: ignore .dirstamp
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>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3f21821..3eb5922 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
*.lo
*.o
.deps/
+.dirstamp
.libs/
Makefile
Makefile.in