Pe 23 mai 2017 4:55 PM, "PB" <[email protected]> a scris:
Hi all, Tug works great for conventional compilers, but is not very convenient to use with some compilers which generate a heap of intermediate files like reports, debug files, symbol files or cache files. Those have to be declared explicitly in the tug script despite having no relevance to the build process and simply litter the build script. It would be great if one can specify to ignore those in some sort of .tugignore file. Syntax can be similar to .hgignore or .gitignore and could work to ignore a file, a file pattern or a directory. The problem I had was on such a compiler where the temporary files had totally random filenames. This was a no go for me. Are you in a similar situation? May I ask which compiler you target? This would for example allow to ignore .pdb and .cache files generates by Visual C#. Eddy Petrișor -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
