diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | tests/.gitignore | 38 |
2 files changed, 24 insertions, 22 deletions
@@ -5,8 +5,8 @@ Makefile objects *.stl *.dxf -lexer_lex.cpp -parser_yacc.cpp +/lexer_lex.cpp +/parser_yacc.cpp parser_yacc.h -tmp -OpenSCAD.app
\ No newline at end of file +/tmp +/OpenSCAD.app diff --git a/tests/.gitignore b/tests/.gitignore index 8ad2fdc..8b23bf4 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,18 +1,20 @@ -*.a -*-output -CMakeFiles -CMakeCache.txt -CTestTestfile.cmake -Testing -cmake_install.cmake -lexer.cpp -parser_yacc.c -cgalpngtest -cgaltest -csgtermtest -csgtexttest -dumptest -echotest -opencsgtest -throwntogethertest -yee_compare +/*.a +/*-output +out.txt +out.png +/CMakeFiles +/CMakeCache.txt +/CTestTestfile.cmake +/Testing +/cmake_install.cmake +/lexer.cpp +/parser_yacc.c +/cgalpngtest +/cgaltest +/csgtermtest +/csgtexttest +/dumptest +/echotest +/opencsgtest +/throwntogethertest +/yee_compare |