1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:34:47 +02:00

Update .hgignore to cover more of autotools and support testing unrealircd by running it out of the repository directory directly.

This commit is contained in:
Nathan Phillip Brink
2013-12-05 05:14:06 +00:00
parent f26f9ea6e0
commit 98f7a8a80c
+13
View File
@@ -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$