GitHub CI: update list of container images
[tinc] / .gitignore
index d9d38dc..0ec95d5 100644 (file)
@@ -1,7 +1,11 @@
 .*
 !.github/
+!.ci/
+!.builds/
 !.gitignore
 !.astylerc
+!.clang-tidy
+*~
 *.a
 *.dirstamp
 *.o
@@ -12,6 +16,7 @@
 *-coverage*
 /ChangeLog
 /INSTALL
+/README
 /aclocal.m4
 /autom4te.cache
 /compile
 /test/*.log
 /test/*.trs
 /test/splice
-/test/testlib.sh
 Makefile
 Makefile.in
 core*
 heaptrack.*
 *.tar.gz*
+/subprojects/*
+!/subprojects/*.wrap
+__pycache__