summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthieu Pignolet <m@mpgn.dev>2025-05-09 21:03:44 +0400
committerMatthieu Pignolet <m@mpgn.dev>2025-05-09 21:03:44 +0400
commitc6a2a6039dc8ad381359b942ad3547f1e98991e9 (patch)
tree7fa0f70fed8ffea85a72105bf1fea4aa368c0be8 /.gitignore
parent7da500d9cfdcd459efcfa8e6e9ffcfb51620b417 (diff)
feat: move temp files into a "work" directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 91dcbcb..82cce76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-*.private
-*.key
-*.dns
-dsset-* \ No newline at end of file
+work/
+anchor*
+root.signed.dns \ No newline at end of file