Mercurial > hg > easyhg
annotate .hgignore @ 237:c9a7e4ec2f78
* Try to do the right thing when completely reverting a merge (forget that the merge took place)
* When trying to clone from remote repo to existing local dir, offer to create a subdir instead
* Tidy up clone-successful notification
* Add a note to commit and revert confirmation dialogs to tell user if they are committing/reverting only a subset of available files
author | Chris Cannam |
---|---|
date | Mon, 10 Jan 2011 12:44:03 +0000 |
parents | 31bde6405ebd |
children | 0fde7f1594d0 |
rev | line source |
---|---|
Chris@222 | 1 syntax: glob |
Chris@222 | 2 *.core |
Chris@222 | 3 *.o |
Chris@222 | 4 *~ |
Chris@222 | 5 *.exe |
Chris@222 | 6 *.dll |
Chris@222 | 7 *.pyc |
Chris@222 | 8 *.orig |
Chris@222 | 9 *.user |
Chris@222 | 10 moc_* |
Chris@222 | 11 qrc_* |
Chris@222 | 12 o/* |
Chris@222 | 13 core |
Chris@222 | 14 easyhg |
Chris@222 | 15 debug/* |
Chris@222 | 16 release/* |
Chris@222 | 17 Makefile |
Chris@222 | 18 Makefile.Debug |
Chris@222 | 19 Makefile.Release |
Chris@222 | 20 *.app/* |
Chris@222 | 21 .DS_Store |
Chris@222 | 22 EasyMercurial* |
Chris@222 | 23 *.pdb |