X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=b337cc058406fa1a110058c5ac6b3fbb9d5df38d;hb=8377828bf2dce9de52ac50e5866b62a4b8150717;hp=b36fa3b1c9bbfcee372515dc26a28de25c9143b1;hpb=6ab60d4920bb3199aee8cd872b930e9e3e808ba7;p=oweals%2Fgnunet.git diff --git a/.gitignore b/.gitignore index b36fa3b1c..b337cc058 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *~ \#*\# +*.bak *.a *.la *.lo @@ -23,6 +24,7 @@ config.log config.status config.sub configure +contrib/vendored/ depcomp gnunet_config.h gnunet_config.h.in @@ -40,8 +42,6 @@ INSTALL confdefs.h confdefs.c confdefs.err -gnunet-doc.scm -guix-env-gillmann.scm src/namestore/test_namestore_api_zone_to_name src/credential/gnunet-credential src/credential/gnunet-service-credential @@ -50,3 +50,25 @@ src/identity-provider/gnunet-idp src/namestore/perf_namestore_api_zone_iteration_flat src/namestore/perf_namestore_api_zone_iteration_postgres src/namestore/perf_namestore_api_zone_iteration_sqlite +python-lint.log +flake8.log +# for pytest created data: +.cache/ +__pycache__/ +build-aux/ +src/ats/test_ats2_lib +doc/handbook/gversion.texi +doc/tutorial/gversion.texi + +# top-level symlink can exist +.clang-format +uncrustify.cfg +.style.yapf + +diffoscope_reports/ + +# this exists outside of the main repository +cmake/ +build +CMakeLists.txt +CMakeFiles.txt