GitHub CI: update list of container images
[tinc] / .gitignore
index 88ee300..0ec95d5 100644 (file)
@@ -1,13 +1,22 @@
 .*
+!.github/
+!.ci/
+!.builds/
 !.gitignore
 !.astylerc
+!.clang-tidy
+*~
 *.a
 *.dirstamp
 *.o
 *.orig
 *.swp
+*.gcno
+*.gcda
+*-coverage*
 /ChangeLog
 /INSTALL
+/README
 /aclocal.m4
 /autom4te.cache
 /compile
 /src/sptps_test
 /src/version_git.h
 /stamp-h1
+/systemd/*.service
 /test-driver
 /test/*.test.*
 /test/*.log
 /test/*.trs
+/test/splice
 Makefile
 Makefile.in
 core*
+heaptrack.*
 *.tar.gz*
+/subprojects/*
+!/subprojects/*.wrap
+__pycache__