aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-02 12:51:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-02 12:51:59 -0400
commit64baf34ea02b52f18a7eace17720579941912359 (patch)
treea1875b636aa198d3d0699283523f99e6c277f638 /.gitignore
parentc2daf6a92895d9835ecf75118f7fa1f25ff0395f (diff)
Ignore compiled test binaries
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 664be7b5..beac8017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@
*.tm.o
/tomo
/tags
+/test/*
+!/test/*.tm