I have several projects that have a large number of files that, when processed, generate other files. There is no need to track the generated files, in fact, in some cases you
See if you can put the generated files in a special folder say tmp. Then you can just add this folder in .gitignore
tmp/