.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. # Ignore unused objects
  2. *.lo
  3. *.o
  4. *.a
  5. *.la
  6. *.Po
  7. *.Plo
  8. *.loT
  9. *.Tpo
  10. Makefile.in
  11. Makefile
  12. /config.*
  13. *.swp
  14. *.so
  15. *.raw
  16. *.pod
  17. .libs
  18. .deps
  19. *.spec
  20. aclocal.m4
  21. autom4te.cache
  22. config.guess
  23. config.*
  24. depcomp
  25. install-sh
  26. missing
  27. stamp-h1
  28. ltmain.sh
  29. INSTALL
  30. # Binary translation files
  31. *.mo
  32. libtool
  33. # The test binary
  34. *Tester
  35. *orig
  36. *.1
  37. *-glue.h
  38. # Ignore rendered docs
  39. doc/doxygen/core-doc
  40. doc/doxygen/gtk-gui-doc
  41. doc/*.html
  42. # PJSIP files
  43. *.depend
  44. *i686-pc-linux-gnu
  45. *pjlib-util-test-*
  46. *pjlib-test-*
  47. *pjmedia-test-*
  48. *pjnath-test-*
  49. *pjturn-client-*
  50. *pjturn-srv-*
  51. *pjsua-*
  52. *pjsystest-*
  53. *x86_64-unknown-*
  54. sip_autoconf.h
  55. os-auto.mak
  56. cc-auto.mak
  57. build.mak
  58. config.log
  59. config.status
  60. m_auto.h
  61. os_auto.h
  62. config_site.h
  63. config_auto.h
  64. # Ignore temp files
  65. *~
  66. # Cscope/Ctags/Etags files
  67. cscope.*
  68. tags
  69. TAGS
  70. TAGS.LST
  71. ID
  72. # IDE stuffs
  73. nbproject
  74. *.kdev*
  75. # JNI generated files
  76. *_wrap.cpp
  77. *_wrap.h
  78. *_loader.c
  79. # Windows
  80. *.exe
  81. # Mac
  82. .DS_Store
  83. # Android
  84. /build-android-arm-linux-androideabi/
  85. /extras/tools/check_sed
  86. /extras/tools/libtool-*.tar.xz
  87. #UWP
  88. /contrib/build/
  89. #iOS
  90. /build-ios*
  91. build-aux/
  92. configure
  93. bin/dbus/*.adaptor.h
  94. bin/dbus/cx.ring.Ring.service
  95. bin/dring
  96. bin/ringcli
  97. doltcompile
  98. doltlibtool
  99. __pycache__