# HG changeset patch # User Augie Fackler # Date 1335563595 18000 # Node ID 0b718e51de1611ef9ce3163942ae49cd5439c550 # Parent c65cc71d7ba139c68d3cddbd2e8158085b9f55bc hgignore: ignore machine-specific .elisp/settings/ files Just considers anything with local in the name to be machine specific, which is true for how I use have things configured. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -12,6 +12,7 @@ syntax:re # above RE fails to exclude history or machine-specific files ^\..*(?=history|machine).* +\.elisp/settings/.*local.*\.el # No pid files .*\.pid$