summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 093704a..28c442e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
+# NOTE: There is no way to ignore raw executables without ignoring the Makefile as well,
+# so just remember to put all executables in the dist/ directory.
+
+
dist/*
.cache/*
tests/logs/*
-bench/dist/* \ No newline at end of file
+bench/dist/*