Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
gitignore: ignore new generated test files
Isaac Freund committed 1 year ago
commit 9e626204a73961a0d1d606dd2e032d3357b2718c
parent fba3b42
1 file changed +5 -1
modified .gitignore
@@ -91,15 +91,19 @@ scripts/sbin/pkg2ng
!/tests/frontend/*.in
!/tests/frontend/*.binin
!/tests/frontend/*.so.*
+
/tests/frontend/libfoo.so.1
+
/tests/frontend/libtest2fbsd.so.1
+
/tests/frontend/libtestfbsd.so.1
/tests/frontend/test_environment.sh
/tests/lua
/tests/metalog
/tests/merge
/tests/packing
/tests/pkg_add_dir_to_del
+
/tests/pkg_elf
/tests/pkg_printf
/tests/pkg_validation
/tests/plist
/tests/ssh
/tests/utils
-

+
/tests/vec