tests: cleanup .gitignore

This commit is contained in:
Ed Kellett 2020-11-08 14:29:30 +00:00
parent 875051669a
commit c4f463c9ad
2 changed files with 13 additions and 20 deletions

20
.gitignore vendored
View File

@ -56,26 +56,6 @@ ircd/version.c
ircd/version.c.last
ssld/ssld
wsockd/wsockd
tests/core
tests/chmode1
tests/hostmask1
tests/match1
tests/msgbuf_parse1
tests/msgbuf_unparse1
tests/rb_dictionary1
tests/rb_snprintf_append1
tests/rb_snprintf_try_append1
tests/sasl_abort1
tests/send1
tests/serv_connect1
tests/substitution1
tests/runtests
tests/*.c.ban.db
tests/*.c.ban.db-journal
tests/*.c.log
tests/*.c.pid
!tests/runtime/modules/*.so
!tests/runtime/modules/autoload/*.so
testsuite/ircd.pid.*
tools/solanum-mkpasswd
tools/solanum-mkfingerprint

13
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
/*
!/*.*
**/.deps/**
/*.in
/*.o
/*.a
/*.c.ban.db
/*.c.ban.db-journal
/*.c.log
/*.c.pid
!*/