.gitignore 762 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # development tools
  2. /devel-tools/
  3. # autotools-generated files
  4. /Makefile.in
  5. /aclocal.m4
  6. /config.aux/
  7. /config.h.in
  8. /config.h.in~
  9. /config.log
  10. /configure
  11. /configure~
  12. /confinc
  13. /confmf
  14. # Standard out-of-tree build directory
  15. /build/
  16. # build-generated files
  17. *.a
  18. *.o
  19. .deps
  20. .dirstamp
  21. /Makefile
  22. /a.out.dSYM
  23. /apisupport-config.h
  24. /config.h
  25. /config.status
  26. /cpusupport-config.h
  27. /stamp-h1
  28. /tests-output/
  29. /tests-valgrind/
  30. /tests/valgrind/potential-memleaks
  31. # installed files
  32. /keygen/tarsnap-keygen.1
  33. /keymgmt/tarsnap-keymgmt.1
  34. /keyregen/tarsnap-keyregen.1
  35. /recrypt/tarsnap-recrypt.1
  36. /tar/tarsnap.1
  37. /tar/tarsnap.1-mdoc
  38. /tar/tarsnap.conf.5
  39. /tar/tarsnap.conf.5-mdoc
  40. /tarsnap
  41. /tarsnap-keygen
  42. /tarsnap-keymgmt
  43. /tarsnap-keyregen
  44. /tarsnap-recrypt
  45. # python cache
  46. /tools/__pycache__