summaryrefslogtreecommitdiff
path: root/pim
diff options
context:
space:
mode:
Diffstat (limited to 'pim')
-rw-r--r--pim/.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/pim/.gitignore b/pim/.gitignore
index 28b5357..637cff0 100644
--- a/pim/.gitignore
+++ b/pim/.gitignore
@@ -1,3 +1,14 @@
+# mk.sh puts binaries here
bin/
+
+# "go build ./cmd/x" from the module root drops the binary in the
+# current directory, not in bin/. Anchored with a leading / so a source
+# file of the same name deeper in the tree is still tracked.
+/icalfs
+/caldavfs
+/cal9
+
+# and "go build" inside a cmd directory leaves it there
cmd/*/icalfs
+cmd/*/caldavfs
cmd/*/cal9