add .gitignore entries for junk files generated by running unit tests
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.project
|
.project
|
||||||
|
CMakeLists.txt.user
|
||||||
|
|||||||
7
src/Unittests/.gitignore
vendored
Normal file
7
src/Unittests/.gitignore
vendored
Normal file
@@ -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
|
||||||
6
src/Unittests/TestFiles/.gitignore
vendored
Normal file
6
src/Unittests/TestFiles/.gitignore
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user