changeset 1042:76fecad14b00

misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Thu, 17 Jun 2021 13:36:30 +0200
parents 89478faef566
children 0e48e22a7493
files .hgignore
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Jun 17 13:33:01 2021 +0200
+++ b/.hgignore	Thu Jun 17 13:36:30 2021 +0200
@@ -2,9 +2,11 @@
 \.a$
 \.d$
 \.o$
+\.so$
 
 # vim/emacs specific.
 ^tags$
+^cscope\.out$
 ^tags\.lock$
 ^tags\.temp$
 \.swp$
@@ -27,11 +29,13 @@
 # tests files.
 ^tests/test-bot$
 ^tests/test-channel$
+^tests/test-dl-plugin$
 ^tests/test-event$
 ^tests/test-jsapi-chrono$
 ^tests/test-jsapi-directory$
 ^tests/test-jsapi-file$
 ^tests/test-jsapi-irccd$
+^tests/test-jsapi-system$
 ^tests/test-jsapi-timer$
 ^tests/test-jsapi-unicode$
 ^tests/test-jsapi-util$