From 60ae33f796c7ff5eb0b88fa89548be56b2ef1f80 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 22 Jan 2015 19:12:32 -0500 Subject: [PATCH] ignores.. --- .gitignore | 22 +++++++++++++++++----- cgal/.gitignore | 8 ++++++++ tests/.gitignore | 7 +++++++ 3 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 cgal/.gitignore diff --git a/.gitignore b/.gitignore index 09dd7b69..5bfa3546 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ *.dmg *~ *.tar* +*.new Makefile objects .gdbinit .qmake.stash parser_yacc.h -*/#*# +**/#*# testdata/scad/features/import_dxf-tests.scad testdata/scad/features/import_stl-tests.scad testdata/scad/misc/include-tests.scad @@ -20,6 +21,18 @@ testdata/scad/misc/use-tests.scad /*.amf /*.png /*.csg +/*.nef3 +/*.blend +/*.obj +/*.rcad +/*.xml +/*.dat +/*.gcode +/*.py +/*.svg +/*.h +/*.dump +/*.pl /lexer_lex.cpp /parser_yacc.cpp /OpenSCAD.app @@ -27,11 +40,10 @@ testdata/scad/misc/use-tests.scad /openscad /locale/*/*/*.mo /locale/POTFILES -/tests/openscad_nogui -/tests/diffpng -/tests/test_pretty_print.log.txt -/tests/*.png /tmp /nbproject /mingw32 /mingw64 +src/*.org +src/*.old +src/*.debug \ No newline at end of file diff --git a/cgal/.gitignore b/cgal/.gitignore new file mode 100644 index 00000000..188301ef --- /dev/null +++ b/cgal/.gitignore @@ -0,0 +1,8 @@ +/*.stl +/*.scad +/*.polygon +polyhole-tessellator +polyhole-tessellator-libtess2 +minkowski +decompose +export_nef \ No newline at end of file diff --git a/tests/.gitignore b/tests/.gitignore index 99ad0be3..2171c5e8 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -2,6 +2,7 @@ /*.a /*-output /*.scad +/*.png out.* /CMakeFiles /CMakeCache.txt @@ -18,3 +19,9 @@ out.* /sysinfo.txt /CTestCustom.cmake /openscad_nogui +/openscad_nogui +/diffpng +/test_pretty_print.log.txt +/csgtermtest +/echotest +/dumptest \ No newline at end of file