summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2023-06-12 20:13:36 +0530
committerSunil Nimmagadda <sunil@nimmagadda.net>2023-06-12 20:13:36 +0530
commit306ebca0b7c56e724c55120bf6c100c645d7cb9c (patch)
tree11baef69475170f9729eee4f2e34e96a6eb3f5ca
parent95834e43e6b9478f8be9ee19eff41961e488f06e (diff)
Pacify hx fuzzy finder and let it ignore build artifacts.
-rw-r--r--.hgignore2
l---------.ignore1
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 76181e1..eb5a316 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1 +1 @@
-^target/
+target
diff --git a/.ignore b/.ignore
new file mode 120000
index 0000000..913762c
--- /dev/null
+++ b/.ignore
@@ -0,0 +1 @@
+.hgignore \ No newline at end of file