kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
413 stars 69 forks source link

add CMakeUserPresets.txt to .gitignore #232

Closed nmm0 closed 1 year ago

nmm0 commented 1 year ago

I would only accept CMakeUserPresets.json if accepting anything at all as usual, this is something you can deal with locally on your system on on a particular repo.

Hmm, we do already have IDE specific folders such as that for visual studio and the generic build folder already on there. I can change to just CMakeUserPresets.json but do you want me to also remove the existing IDE-specific ignores?

mhoemmen commented 1 year ago

we do already have IDE specific folders such as that for visual studio and the generic build folder already on there

@dalg24 Those might just be for automated MSVC testing. Do we have that somewhere?