GitHub CI: update list of container images
[tinc] / .gitignore
index e4ea408..0ec95d5 100644 (file)
@@ -1,11 +1,22 @@
+.*
+!.github/
+!.ci/
+!.builds/
+!.gitignore
+!.astylerc
+!.clang-tidy
+*~
 *.a
 *.dirstamp
 *.o
 *.orig
 *.swp
-.deps
+*.gcno
+*.gcda
+*-coverage*
 /ChangeLog
 /INSTALL
+/README
 /aclocal.m4
 /autom4te.cache
 /compile
 /configure
 /depcomp
 /doc/sample-config.tar.gz
-/doc/texinfo.tex
-/doc/tinc.info
+/doc/*.tex
+/doc/*.info
+/doc/*.5
+/doc/*.8
+/doc/*.html
+/doc/*.pdf
+/doc/*.t2p
+/doc/tincinclude.texi
 /install-sh
 /missing
 /src/device.c
 /src/tincd
-/src/version-git.h
+/src/tinc
+/src/sptps_keypair
+/src/sptps_speed
+/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
-core.*
+core*
+heaptrack.*
+*.tar.gz*
+/subprojects/*
+!/subprojects/*.wrap
+__pycache__