123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- *~
- .DS_Store
- # Merge files
- *.orig
- # Binaries
- *.dylib
- *.a
- *.o
- *.d
- *.libdeps
- *.zip
- *.realm
- *.realm.lock
- # core
- core
- core-*
- # sync
- /sync-*
- # sh build.sh config
- /Realm/config.mk
- # sh build.sh test
- build/
- # sh build.sh build-iphone
- /iphone-lib/include
- # sh build.sh ios-framework
- # sh build.sh package-examples
- */Realm.framework
- Realm.framework
- # sh build.sh build-cocoa
- bin
- # sh build.sh cocoapods-setup
- /include
- # sh build.sh docs
- /docs/objc_output
- /docs/swift_output
- /Realm/RLMPlatform.h
- # XCode
- *.bak
- xcuserdata/
- project.xcworkspace
- *.xccheckout
- DerivedData
- /.build
- # AppCode
- .idea/
- *.iml
- # backup and crash files
- *.swp
- # xcpretty
- build.log
- # ruby
- *.gem
- *.rbc
- /.config
- /coverage/
- /InstalledFiles
- /pkg/
- /spec/reports/
- /test/tmp/
- /test/version_tmp/
- /tmp/
- ## Specific to RubyMotion:
- .dat*
- .repl_history
- build/
- ## Documentation cache and generated files:
- /.yardoc/
- /_yardoc/
- /doc/
- /rdoc/
- ## Environment normalisation:
- /.bundle/
- /lib/bundler/man/
- # for a library or gem, you might want to ignore these files since the code is
- # intended to run in multiple environments; otherwise, check them in:
- # Gemfile.lock
- # .ruby-version
- # .ruby-gemset
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
- .rvmrc
- ## Carthage
- # Cartfiles are ignored because they're generated on demand in the installation examples
- Cartfile
- Carthage
- ## Swift Version
- SwiftVersion.swift
- examples/ios/objc/Draw/Constants.h
- ## Sync testing
- test-ros-instance
- Realm/ObjectServerTests/node_modules
- ## Swiftpm
- .swiftpm
- .build
- Package.resolved
|