programs.mercurial.ignoresRegexp
List of regular expressions for files to be globally ignored.
- Type
list of string- Default
[ ]- Example
[ "^.*~$" "^.*\\.swp$" ]- Declared
- <home-manager/modules/programs/mercurial.nix>
List of regular expressions for files to be globally ignored.
list of string[ ][
"^.*~$"
"^.*\\.swp$"
]