.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. *~
  2. .DS_Store
  3. # Merge files
  4. *.orig
  5. # Binaries
  6. *.dylib
  7. *.a
  8. *.o
  9. *.d
  10. *.libdeps
  11. *.zip
  12. *.realm
  13. *.realm.lock
  14. # core
  15. core
  16. core-*
  17. # sync
  18. /sync-*
  19. # sh build.sh config
  20. /Realm/config.mk
  21. # sh build.sh test
  22. build/
  23. # sh build.sh build-iphone
  24. /iphone-lib/include
  25. # sh build.sh ios-framework
  26. # sh build.sh package-examples
  27. */Realm.framework
  28. Realm.framework
  29. # sh build.sh build-cocoa
  30. bin
  31. # sh build.sh cocoapods-setup
  32. /include
  33. # sh build.sh docs
  34. /docs/objc_output
  35. /docs/swift_output
  36. /Realm/RLMPlatform.h
  37. # XCode
  38. *.bak
  39. xcuserdata/
  40. project.xcworkspace
  41. *.xccheckout
  42. DerivedData
  43. /.build
  44. # AppCode
  45. .idea/
  46. *.iml
  47. # backup and crash files
  48. *.swp
  49. # xcpretty
  50. build.log
  51. # ruby
  52. *.gem
  53. *.rbc
  54. /.config
  55. /coverage/
  56. /InstalledFiles
  57. /pkg/
  58. /spec/reports/
  59. /test/tmp/
  60. /test/version_tmp/
  61. /tmp/
  62. ## Specific to RubyMotion:
  63. .dat*
  64. .repl_history
  65. build/
  66. ## Documentation cache and generated files:
  67. /.yardoc/
  68. /_yardoc/
  69. /doc/
  70. /rdoc/
  71. ## Environment normalisation:
  72. /.bundle/
  73. /lib/bundler/man/
  74. # for a library or gem, you might want to ignore these files since the code is
  75. # intended to run in multiple environments; otherwise, check them in:
  76. # Gemfile.lock
  77. # .ruby-version
  78. # .ruby-gemset
  79. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  80. .rvmrc
  81. ## Carthage
  82. # Cartfiles are ignored because they're generated on demand in the installation examples
  83. Cartfile
  84. Carthage
  85. ## Swift Version
  86. SwiftVersion.swift
  87. examples/ios/objc/Draw/Constants.h
  88. ## Sync testing
  89. test-ros-instance
  90. Realm/ObjectServerTests/node_modules
  91. ## Swiftpm
  92. .swiftpm
  93. .build
  94. Package.resolved