X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=b3e93971ac723bce4972fb8050f9969c4215965b;hb=refs%2Fheads%2F1.1;hp=15771158316ce89524e86293e7540cf79a2a5abd;hpb=ebade1e8f80ebaa476f701089da7ae654837397c;p=tinc diff --git a/.gitignore b/.gitignore index 15771158..0ec95d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,22 @@ +.* +!.github/ +!.ci/ +!.builds/ +!.gitignore +!.astylerc +!.clang-tidy +*~ *.a *.dirstamp *.o *.orig *.swp -.deps -.libs +*.gcno +*.gcda +*-coverage* /ChangeLog /INSTALL +/README /aclocal.m4 /autom4te.cache /compile @@ -32,12 +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* -.Tpo +/subprojects/* +!/subprojects/*.wrap +__pycache__