Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial
Posted
by DanM
on Stack Overflow
See other posts from Stack Overflow
or by DanM
Published on 2009-11-23T20:07:22Z
Indexed on
2010/03/29
2:53 UTC
Read the original article
Hit count: 698
I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default.
For example, for C# projects, I would like these to be added:
glob:bin/*
glob:obj/*
Is this possible? How?
If it can't be automated, is it at least safe to copy the .hgignore file from one repository to another?
© Stack Overflow or respective owner