summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--bin/.gitignore5
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index a4c7ced..08bbf3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,3 @@
*.hi
*.o
-
-
-# ignore any generated binaries
-
-./bin/*
diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644
index 0000000..ce82cfb
--- /dev/null
+++ b/bin/.gitignore
@@ -0,0 +1,5 @@
+
+# directory for binaries; no files will be tracked here
+
+*
+!.gitignore