# HG changeset patch # User Mike Becker # Date 1654271519 -7200 # Node ID 21a2db0c9f6363c85c2ecc791ff0845cccc8f213 # Parent 0b26266b8f510b853bd21cd36773efd76bdf44c9 simplify .hgignore file diff -r 0b26266b8f51 -r 21a2db0c9f63 .hgignore --- a/.hgignore Mon Jul 27 17:44:47 2020 +0200 +++ b/.hgignore Fri Jun 03 17:51:59 2022 +0200 @@ -1,5 +1,5 @@ syntax: regexp -^nbproject/ +^.idea/ ^build/ \.orig\..*$ \.orig$ @@ -16,13 +16,6 @@ ^configure$ ^config\. \.in$ -^src/.*Makefile$ -/cline$ -^test/.*Makefile$ -^Makefile$ -Makefile\.in$ -/\.deps/ -/\.libs/ ^stamp-h /test-suite.log$ ^cline-.*\.tar.gz$