diff .hgignore @ 949:b4e8551e2064

server: several improvements
author David Demelier <markand@malikania.fr>
date Sat, 16 Jan 2021 22:48:30 +0100
parents 8ddeceeee0f2
children 8f8ce47aba8a
line wrap: on
line diff
--- a/.hgignore	Sat Jan 16 17:58:46 2021 +0100
+++ b/.hgignore	Sat Jan 16 22:48:30 2021 +0100
@@ -11,32 +11,10 @@
 \.swp$
 \.swo$
 
-# libcompat.
-^extern/libcompat/src/.*\.h$
-^extern/libcompat/trycompile$
-^extern/libcompat/tryinclude$
-^extern/libcompat/trylib$
-
 # executables.
 ^irccd/irccd$
 ^irccdctl/irccdctl$
 
-# temporary files.
-^lib/irccd/config\.h$
-\.a$
-\.o$
-\.d$
-\.so$
-\.dylib$
-
-# tests.
-^tests/test-channel$
-^tests/test-dl-plugin$
-^tests/test-log$
-^tests/test-rule$
-^tests/test-subst$
-^tests/test-util$
-
 # macOS specific.
 \.DS_Store$
 \.dSYM