.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. build
  2. build-*/
  3. __pycache__
  4. sherpa_ncnn.egg-info/
  5. run*.sh
  6. dist/
  7. .DS_Store
  8. tags
  9. *.jar
  10. sherpa-ncnn-conv-emformer-transducer-2022-12-06
  11. # Xcode
  12. #
  13. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  14. ## User settings
  15. xcuserdata/
  16. ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
  17. *.xcscmblueprint
  18. *.xccheckout
  19. ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
  20. build/
  21. DerivedData/
  22. *.moved-aside
  23. *.pbxuser
  24. !default.pbxuser
  25. *.mode1v3
  26. !default.mode1v3
  27. *.mode2v3
  28. !default.mode2v3
  29. *.perspectivev3
  30. !default.perspectivev3
  31. ## Obj-C/Swift specific
  32. *.hmap
  33. ## App packaging
  34. *.ipa
  35. *.dSYM.zip
  36. *.dSYM
  37. ## Playgrounds
  38. timeline.xctimeline
  39. playground.xcworkspace
  40. # Swift Package Manager
  41. #
  42. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  43. # Packages/
  44. # Package.pins
  45. # Package.resolved
  46. # *.xcodeproj
  47. #
  48. # Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
  49. # hence it is not needed unless you have added a package configuration file to your project
  50. # .swiftpm
  51. .build/
  52. # CocoaPods
  53. #
  54. # We recommend against adding the Pods directory to your .gitignore. However
  55. # you should judge for yourself, the pros and cons are mentioned at:
  56. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  57. #
  58. # Pods/
  59. #
  60. # Add this line if you want to avoid checking in source code from the Xcode workspace
  61. # *.xcworkspace
  62. # Carthage
  63. #
  64. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  65. # Carthage/Checkouts
  66. Carthage/Build/
  67. # Accio dependency management
  68. Dependencies/
  69. .accio/
  70. # fastlane
  71. #
  72. # It is recommended to not store the screenshots in the git repo.
  73. # Instead, use fastlane to re-generate the screenshots whenever they are needed.
  74. # For more information about the recommended setup visit:
  75. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  76. fastlane/report.xml
  77. fastlane/Preview.html
  78. fastlane/screenshots/**/*.png
  79. fastlane/test_output
  80. # Code Injection
  81. #
  82. # After new code Injection tools there's a generated folder /iOSInjectionProject
  83. # https://github.com/johnno1962/injectionforxcode
  84. iOSInjectionProject/
  85. .DS_Store
  86. sherpa-ncnn-ffmpeg
  87. sherpa-ncnn-lstm-transducer-small-*
  88. sherpa-ncnn-streaming-zipformer-*
  89. sherpa-ncnn-all-in-one-for-embedded-systems-1*
  90. *.tar.bz2
  91. sherpa-ncnn-2022-*
  92. bilingual-small
  93. encoder-scale-table.txt
  94. joiner-scale-table.txt
  95. *.tar.gz
  96. generate-int8-*.sh
  97. # For JetBrains IDE Clion.
  98. .idea
  99. cmake-build-release
  100. cmake-build-debug
  101. node_modules