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