# HG changeset patch # User Augie Fackler # Date 1415630263 18000 # Node ID 3111d61151be1cc2a82d63fc29905f96f95c70ec # Parent bef29d49d19f34d908fd21004d9b668adfd3277d hgignore: ignore -local things in .shell.d diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -13,6 +13,7 @@ syntax:re # above RE fails to exclude history or machine-specific files ^\..*(?=history|machine).* \.elisp/settings/.*local.*\.el +\.shell.d/.*-local\.(ba|z)?sh # No pid files .*\.pid$