.gitignore 662 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .*
  2. !.github/
  3. !.ci/
  4. !.builds/
  5. !.gitignore
  6. !.astylerc
  7. !.clang-tidy
  8. *~
  9. *.a
  10. *.dirstamp
  11. *.o
  12. *.orig
  13. *.swp
  14. *.gcno
  15. *.gcda
  16. *-coverage*
  17. /ChangeLog
  18. /INSTALL
  19. /README
  20. /aclocal.m4
  21. /autom4te.cache
  22. /compile
  23. /config.*
  24. /configure
  25. /depcomp
  26. /doc/sample-config.tar.gz
  27. /doc/*.tex
  28. /doc/*.info
  29. /doc/*.5
  30. /doc/*.8
  31. /doc/*.html
  32. /doc/*.pdf
  33. /doc/*.t2p
  34. /doc/tincinclude.texi
  35. /install-sh
  36. /missing
  37. /src/device.c
  38. /src/tincd
  39. /src/tinc
  40. /src/sptps_keypair
  41. /src/sptps_speed
  42. /src/sptps_test
  43. /src/version_git.h
  44. /stamp-h1
  45. /systemd/*.service
  46. /test-driver
  47. /test/*.test.*
  48. /test/*.log
  49. /test/*.trs
  50. /test/splice
  51. Makefile
  52. Makefile.in
  53. core*
  54. heaptrack.*
  55. *.tar.gz*
  56. /subprojects/*
  57. !/subprojects/*.wrap
  58. __pycache__