.gitignore 569 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Misc crap
  2. *~
  3. old
  4. old?
  5. *.pc
  6. # Object files
  7. *.o
  8. # Libraries
  9. *.lib
  10. *.a
  11. # Shared objects (inc. Windows DLLs)
  12. *.dll
  13. *.so
  14. *.so.*
  15. *.dylib
  16. # Executables
  17. *.exe
  18. *.out
  19. *.app
  20. # srtp things
  21. build
  22. Debug
  23. Makefile
  24. Root
  25. autom4te.cache
  26. config.log
  27. config.status
  28. crypto/include/config.h
  29. crypto/test/aes_calc
  30. crypto/test/cipher_driver
  31. crypto/test/datatypes_driver
  32. crypto/test/env
  33. crypto/test/kernel_driver
  34. crypto/test/sha1_driver
  35. crypto/test/stat_driver
  36. tables/aes_tables
  37. test/rdbx_driver
  38. test/replay_driver
  39. test/roc_driver
  40. test/rtp_decoder
  41. test/rtpw
  42. test/srtp_driver
  43. test/test_srtp