From 729912f3a8582ab260f46ecdbf0c6efab10579de Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 7 Nov 2011 03:50:05 +0100 Subject: updated ignores diff --git a/.gitignore b/.gitignore index 3d0c520..543c7cd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v0.10.1