linuxmint / pix

Image management application
GNU General Public License v2.0
206 stars 43 forks source link

Fix .gitignore for builds #154

Closed rcalixte closed 2 years ago

mtwebster commented 2 years ago

Hi,

Unfortunately, until we get around to porting this to use meson, there are a lot of generated files being missed here (.lo, .o, .gmo, etc...)

I think wildcards can cover a lot of them - you can do exclusions also (there are a ton of generated .xml files, but a couple of keepers).

Thanks!

rcalixte commented 2 years ago

@mtwebster This is ready for review.