On Mon, May 22, 2017 at 11:43 PM, PB <[email protected]> wrote: > 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. > > This would for example allow to ignore .pdb and .cache files generates by > Visual C#.
Can you share an example Tupfile (or .zip of a small project) that uses Visual C# and generates these extraneous files? There may be easier ways to let tup track them without gunking up the build scripts other than adding them to an ignore file. -- -- 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.
