1
0

.gitignore 418 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. *~
  2. *.a
  3. *.o
  4. *.la
  5. *.lo
  6. *.log
  7. *.m4
  8. *.pc
  9. *.so
  10. *.swp
  11. *.swo
  12. *.trs
  13. *_t
  14. .*
  15. aclocal.m4
  16. ar-lib
  17. autom4te.cache
  18. build
  19. compile
  20. config.guess
  21. config.log
  22. config.status
  23. config.sub
  24. configure
  25. configure-stamp
  26. depcomp
  27. install-sh
  28. libtool
  29. ltmain.sh
  30. Makecache
  31. Makefile.in
  32. Makefile
  33. missing
  34. tags
  35. test-*
  36. vgcore.*
  37. cmd/jose
  38. jose/jose.h
  39. tests/alg_*
  40. tests/api_*
  41. !tests/alg_*.c
  42. !tests/api_*.c
  43. doc/doxygen/man/man3/*
  44. !doc/doxygen/man/man3/jose_*.3