能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
1.2 KiB

  1. #---------------------------------------------------------------- ModbusMaster
  2. doc/html/
  3. doc/latex/
  4. #-------------- https://github.com/github/gitignore/blob/master/Ruby.gitignore
  5. *.gem
  6. *.rbc
  7. /.config
  8. /coverage/
  9. /InstalledFiles
  10. /pkg/
  11. /spec/reports/
  12. /spec/examples.txt
  13. /test/tmp/
  14. /test/version_tmp/
  15. /tmp/
  16. # Used by dotenv library to load environment variables.
  17. # .env
  18. ## Specific to RubyMotion:
  19. .dat*
  20. .repl_history
  21. build/
  22. *.bridgesupport
  23. build-iPhoneOS/
  24. build-iPhoneSimulator/
  25. ## Specific to RubyMotion (use of CocoaPods):
  26. #
  27. # We recommend against adding the Pods directory to your .gitignore. However
  28. # you should judge for yourself, the pros and cons are mentioned at:
  29. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  30. #
  31. # vendor/Pods/
  32. ## Documentation cache and generated files:
  33. /.yardoc/
  34. /_yardoc/
  35. /doc/
  36. /rdoc/
  37. ## Environment normalization:
  38. /.bundle/
  39. /vendor/bundle
  40. /lib/bundler/man/
  41. # for a library or gem, you might want to ignore these files since the code is
  42. # intended to run in multiple environments; otherwise, check them in:
  43. # Gemfile.lock
  44. # .ruby-version
  45. # .ruby-gemset
  46. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  47. .rvmrc