CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
550 stars 182 forks source link

update .gitignore #388

Closed pjueon closed 2 years ago

pjueon commented 2 years ago

I found that Python/tigre/utilities/cuda_interface/_randomNumberGenerator.cpp was not included in .gitignore . So I checked the .gitignore file and updated it.

Now, all the .cpp files in cuda_interface, including _randomNumberGenerator.cpp, are added to .gitignore. So you don't have to edit .gitignore any more even if any other new .cpp files are added in the future.

AnderBiguri commented 2 years ago

Fantastic! I know these are small changes, but they do really make a difference to keep TIGRE tidy, so I really appreciate the effort!

pjueon commented 2 years ago

You are welcome :) And thank you for making this wonderful project!