X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.gitignore;h=40094c48daa0a89d4abda412a7e3c9ebe71be238;hb=a85198d20f24cd4e20ec5c57e402611fef8b137a;hp=99f0ae088b9838f3bc6aa08ce9f7044feefa0303;hpb=8be447ac0227a8ecb89facb2831c121a7ca81748;p=tinc diff --git a/.gitignore b/.gitignore index 99f0ae08..40094c48 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 @@ -21,14 +31,26 @@ /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 +/test/testlib.sh Makefile Makefile.in core* +heaptrack.* *.tar.gz*