123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- # ---> Ruby
- *.gem
- *.rbc
- /.config
- /coverage/
- /InstalledFiles
- /pkg/
- /spec/reports/
- /spec/examples.txt
- /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/
- /vendor/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
- # ---> C
- # Object files
- *.o
- *.ko
- *.obj
- *.elf
- # Precompiled Headers
- *.gch
- *.pch
- # Libraries
- *.lib
- *.a
- *.la
- *.lo
- # Shared objects (inc. Windows DLLs)
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- *.exe
- *.out
- *.app
- *.i*86
- *.x86_64
- *.hex
- # Debug files
- *.dSYM/
- # ---> C++
- # Compiled Object files
- *.slo
- *.lo
- *.o
- *.obj
- # Precompiled Headers
- *.gch
- *.pch
- # Compiled Dynamic libraries
- *.so
- *.dylib
- *.dll
- # Fortran module files
- *.mod
- # Compiled Static libraries
- *.lai
- *.la
- *.a
- *.lib
- # Executables
- *.exe
- *.out
- *.app
|