From 98f7a8a80cf60b471b73fe7a7406c2a5876df20e Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Thu, 5 Dec 2013 05:14:06 +0000 Subject: [PATCH] Update .hgignore to cover more of autotools and support testing unrealircd by running it out of the repository directory directly. --- .hgignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.hgignore b/.hgignore index 9ba1201f8..c7e387be7 100644 --- a/.hgignore +++ b/.hgignore @@ -7,12 +7,25 @@ syntax: regexp ^src/include$ ^src/version\.c$ ^unreal$ +^server\.(cert|key|req)\.pem$ + +# extras archives and builds +^extras/[^/]*\.(bak|tar)$ +^extras/[^/]*\d/ +^extras/(c-ares|regexp)/ + +# running unrealircd from the source directory +^ircd\.(log|pid|tune)$ +^ssl\.rnd$ # General \.(o|so|orig|rej)$ ~$ +(^|/)core(\.\d+)?$ # autotools +^aclocal\.m4$ +^autom4te\.cache/ ^config\.(status|log)$ ^autom4te.cache ^aclocal\.m4$