]> jfr.im git - irc/freenode/solanum.git/commitdiff
tests: cleanup .gitignore
authorEd Kellett <redacted>
Sun, 8 Nov 2020 14:29:30 +0000 (14:29 +0000)
committerEd Kellett <redacted>
Mon, 9 Nov 2020 09:18:36 +0000 (09:18 +0000)
.gitignore
tests/.gitignore [new file with mode: 0644]

index 6aaa21e756e90de8dd9f3ec3e62bcee1eb5ec06d..e1b58dff00dd0efcc009279ae7539da90d394e3b 100644 (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
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..03a90f2
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+
+!/*.*
+**/.deps/**
+/*.in
+/*.o
+/*.a
+/*.c.ban.db
+/*.c.ban.db-journal
+/*.c.log
+/*.c.pid
+
+!*/