diff .hgignore @ 936:6866d0d0e360

irccd: add log.h
author David Demelier <markand@malikania.fr>
date Sun, 10 Jan 2021 18:10:52 +0100
parents b0451fc0a17d
children 7b74df7e8913
line wrap: on
line diff
--- a/.hgignore	Sun Jan 10 17:29:30 2021 +0100
+++ b/.hgignore	Sun Jan 10 18:10:52 2021 +0100
@@ -17,12 +17,16 @@
 ^extern/libcompat/tryinclude$
 ^extern/libcompat/trylib$
 
+# executables.
+irccd/irccd
+
 # temporary files.
 \.a$
 \.o$
 \.d$
 
 # tests.
+^tests/test-log$
 ^tests/test-subst$
 ^tests/test-util$