Open
Description
It's very distracting to have these results cluttering up the untracked files, often resulting in missed additions.
Example:
$ git status
...
Untracked files:
(use "git add <file>..." to include in what will be committed)
Examples/Python/README.md
Libs/Utils/EigenUtils.cpp
Testing/data/1x2x2.tiff
Testing/data/1x2x2_back.nrrd
Testing/data/cutting_plane_multi/sphere10_DT.nrrd
Testing/data/cutting_plane_multi/sphere20_DT.nrrd
Testing/data/cutting_plane_multi/sphere30_DT.nrrd
Testing/data/cutting_plane_multi/sphere40_DT.nrrd
Testing/data/ellipsoid_05.ply
Testing/data/fixed_domain/sphere10_DT.nrrd
Testing/data/fixed_domain/sphere20_DT.nrrd
Testing/data/fixed_domain/sphere30_DT.nrrd
Testing/data/fixed_domain/sphere40_DT.nrrd
Testing/data/fixed_mesh_domain/shape_models/
Testing/data/sample_001.nrrd
Testing/data/sample_001_back.dcm
Testing/data/sphere/sphere10_DT.nrrd
Testing/data/sphere/sphere20_DT.nrrd
Testing/data/sphere/sphere30_DT.nrrd
Testing/data/sphere/sphere40_DT.nrrd
Testing/data/sphere_constraint/sphere10_DT.nrrd
Testing/data/sphere_constraint/sphere20_DT.nrrd
Testing/data/sphere_constraint/sphere30_DT.nrrd
Testing/data/sphere_constraint/sphere40_DT.nrrd
Testing/data/use_normals/sphere10_DT.nrrd
Testing/data/use_normals/sphere20_DT.nrrd
Testing/data/use_normals/sphere30_DT.nrrd
Testing/data/use_normals/sphere40_DT.nrrd
Maybe I need to add some of this. Especially when adding data for Testing this is frustrating.