.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. #folder
  2. obj
  3. libs
  4. .vscode/
  5. #appcode filder or file
  6. .idea
  7. .gradle
  8. .vscode
  9. #mac
  10. .DS_Store
  11. # c/c++
  12. # Prerequisites
  13. *.d
  14. # Object files
  15. *.ko
  16. *.obj
  17. *.elf
  18. # Linker output
  19. *.ilk
  20. *.map
  21. *.exp
  22. # Precompiled Headers
  23. *.gch
  24. *.pch
  25. # Debug files
  26. *.dSYM/
  27. *.su
  28. *.idb
  29. *.pdb
  30. # Kernel Module Compile Results
  31. *.mod*
  32. *.cmd
  33. modules.order
  34. Module.symvers
  35. Mkfile.old
  36. dkms.conf
  37. # Xcode Project
  38. #
  39. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  40. ## Build generated
  41. build/
  42. DerivedData/
  43. ## Various settings
  44. *.pbxuser
  45. !default.pbxuser
  46. *.mode1v3
  47. !default.mode1v3
  48. *.mode2v3
  49. !default.mode2v3
  50. *.perspectivev3
  51. !default.perspectivev3
  52. xcuserdata/
  53. ## Other
  54. *.moved-aside
  55. *.xccheckout
  56. *.xcscmblueprint
  57. ## Obj-C/Swift specific
  58. *.hmap
  59. *.ipa
  60. *.dSYM.zip
  61. *.dSYM
  62. # CocoaPods
  63. #
  64. # We recommend against adding the Pods directory to your .gitignore. However
  65. # you should judge for yourself, the pros and cons are mentioned at:
  66. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  67. #
  68. # Pods/
  69. # Carthage
  70. #
  71. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  72. # Carthage/Checkouts
  73. Carthage/Build
  74. # fastlane
  75. #
  76. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  77. # screenshots whenever they are needed.
  78. # For more information about the recommended setup visit:
  79. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  80. fastlane/report.xml
  81. fastlane/Preview.html
  82. fastlane/screenshots
  83. fastlane/test_output
  84. # Code Injection
  85. #
  86. # After new code Injection tools there's a generated folder /iOSInjectionProject
  87. # https://github.com/johnno1962/injectionforxcode
  88. iOSInjectionProject/
  89. ### android
  90. # Built application files
  91. *.apk
  92. *.ap_
  93. # Files for the ART/Dalvik VM
  94. *.dex
  95. # Java class files
  96. *.class
  97. # Generated files
  98. bin/
  99. gen/
  100. out/
  101. # Log Files
  102. *.log
  103. # Android Studio Navigation editor temp files
  104. .navigation/
  105. # Android Studio captures folder
  106. captures/
  107. #other
  108. demo_Android/local.properties
  109. # Intellij
  110. *.iml
  111. .idea/workspace.xml
  112. .idea/tasks.xml
  113. .idea/gradle.xml
  114. .idea/dictionaries
  115. .idea/libraries
  116. # Keystore files
  117. *.jks
  118. # External native build folder generated in Android Studio 2.2 and later
  119. .externalNativeBuild
  120. # Google Services (e.g. APIs or Firebase)
  121. google-services.json
  122. # Freeline
  123. freeline.py
  124. freeline/
  125. freeline_project_description.json
  126. #vc
  127. ECMedia/Ecmedia.aps
  128. demo_Win/.vs/
  129. demo_Win/MyWebRtc.VC.VC.opendb
  130. demo_Win/MyWebRtc.VC.db
  131. demo_Win/Win32/
  132. demo_Win/ipch/
  133. demo_Win/serphonetest/serphonetest.aps
  134. demo_Win/MyWebRtc.sln
  135. demo_Win/MyWebRtc.sln
  136. ECMedia/source/temp
  137. third_party/protobuf/python/
  138. third_party/protobuf_261/
  139. third_party/srtp/crypto/include/config.h
  140. demo_Win/Debug/
  141. demo_Win/Release/
  142. third_party/protobuf/cmake/solution/CMakeFiles/3.7.1/CompilerIdC/
  143. module/congestion_controller/congestion_controller/Debug/
  144. third_party/protobuf/cmake/solution/CMakeFiles/3.7.1/CompilerIdCXX/CompilerIdCXX.exe
  145. third_party/protobuf/cmake/solution/Release/
  146. third_party/protobuf/cmake/solution/libprotobuf-lite.dir/Release/
  147. *.lib