diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | tests/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -*.scad +/*.scad *.dmg *.tar* Makefile diff --git a/tests/.gitignore b/tests/.gitignore index 8b23bf4..e525181 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,5 +1,6 @@ /*.a /*-output +/*.scad out.txt out.png /CMakeFiles |