diff --git a/.gitignore b/.gitignore index 3a4edf69..65b3b7ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .project +CMakeLists.txt.user diff --git a/src/Unittests/.gitignore b/src/Unittests/.gitignore new file mode 100644 index 00000000..868a01f9 --- /dev/null +++ b/src/Unittests/.gitignore @@ -0,0 +1,7 @@ +deleted_output.off +output.off +persistence-check.om +smoothed_STL_output.off +smoothed_custom_properties_output.off +smoothed_extended_output.off +smoothed_output.off diff --git a/src/Unittests/TestFiles/.gitignore b/src/Unittests/TestFiles/.gitignore new file mode 100644 index 00000000..4f6adcfd --- /dev/null +++ b/src/Unittests/TestFiles/.gitignore @@ -0,0 +1,6 @@ +cube-minimal-customprops_openmeshOutputTestfileBinary.ply +cube_floating.off +cube_floating_binary.off +meshlab_binary.ply +meshlab_binary_float.ply +meshlab_float.ply