X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=.gitignore;h=0ec95d5d9d20a7982bb3c1b9944bfffa76c05e27;hb=refs%2Fheads%2F1.1;hp=88ee300395808e07b07a02776d3b119db8d4a75f;hpb=d3cb2a7342218c1aadfacd92d640c426d725112f;p=tinc diff --git a/.gitignore b/.gitignore index 88ee3003..0ec95d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -33,11 +42,17 @@ /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__