.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. # AppCode
  44. .idea/
  45. *.iml
  46. # backup and crash files
  47. *.swp
  48. # xcpretty
  49. build.log
  50. # ruby
  51. *.gem
  52. *.rbc
  53. /.config
  54. /coverage/
  55. /InstalledFiles
  56. /pkg/
  57. /spec/reports/
  58. /test/tmp/
  59. /test/version_tmp/
  60. /tmp/
  61. ## Specific to RubyMotion:
  62. .dat*
  63. .repl_history
  64. build/
  65. ## Documentation cache and generated files:
  66. /.yardoc/
  67. /_yardoc/
  68. /doc/
  69. /rdoc/
  70. ## Environment normalisation:
  71. /.bundle/
  72. /lib/bundler/man/
  73. # for a library or gem, you might want to ignore these files since the code is
  74. # intended to run in multiple environments; otherwise, check them in:
  75. # Gemfile.lock
  76. # .ruby-version
  77. # .ruby-gemset
  78. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  79. .rvmrc
  80. ## Carthage
  81. # Cartfiles are ignored because they're generated on demand in the installation examples
  82. Cartfile
  83. Carthage
  84. ## Swift Version
  85. SwiftVersion.swift
  86. examples/ios/objc/Draw/Constants.h
  87. ## Sync testing
  88. test-ros-instance
  89. Realm/ObjectServerTests/node_modules