# HG changeset patch # User David Demelier # Date 1623929790 -7200 # Node ID 76fecad14b0075b4658c96ec97d2a5f4cbe5a092 # Parent 89478faef566283299c2fa7d06d2509bcc377c55 misc: update .hgignore diff -r 89478faef566 -r 76fecad14b00 .hgignore --- 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$