Skip to content

Commit 22294e0

Browse files
committed
Added dotfiles in working directory
Official Documentation: https://mercurial.selenic.com/wiki/FileFormats#Files_in_the_working_directory https://mercurial.selenic.com/wiki/Subrepository The specification for the .hg/ folder is simplified, see: https://stackoverflow.com/a/15057742
1 parent bfcae73 commit 22294e0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Global/Mercurial.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
/.hg/*
2-
*/.hg/*
1+
.hg/
32
.hgignore
3+
.hgsigs
4+
.hgsub
5+
.hgsubstate
6+
.hgtags

0 commit comments

Comments
 (0)