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