# HG changeset patch # User Goffi # Date 1756460683 -7200 # Node ID 01ab68704cc94d1a67de2d5fd44e986b37514fde # Parent a6270030968d0e448ec7c704cadd7a455e9dc978 add `.gitignore` to `.hgignore`: Some tools don't support Mercurial, and use `.gitignore`. Adding it here allow to have a local `.gitignore` for dev local tools. diff -r a6270030968d -r 01ab68704cc9 .hgignore --- a/.hgignore Sun Aug 03 23:45:48 2025 +0200 +++ b/.hgignore Fri Aug 29 11:44:43 2025 +0200 @@ -27,3 +27,4 @@ *.un~ .vim .vscode +.gitignore