diff --git a/.gitignore b/.gitignore index 23f03d3d558..6cf6c8fd78d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ developer/msvc/Visualizers/all_concat.natvis .clangd/ cppcheck.txt* clang_format.patch +/0003-Added-ruby-tests-for-the-geometry-improvements.patch +/0002-Formatting-corrections.patch +/0001-Adds-exposedPerimeter-for-Surface.patch diff --git a/src/model/test/Space_GTest.cpp b/src/model/test/Space_GTest.cpp index 1c46c4dbffa..3ca2b55a4e5 100644 --- a/src/model/test/Space_GTest.cpp +++ b/src/model/test/Space_GTest.cpp @@ -2263,7 +2263,6 @@ boost::optional CreatePerimeterTestModel() { return model; } - // Illustrates a fix for surface intersection getting stuck in a loop // First of all we need to remove surfaces that overlap within the same space // Second of all we use a different removeSpikes method that shrinks and expands the polygon