您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516
  1. # gitignore template for Red programming language
  2. # website: http://www.red-lang.org/
  3. # Red Compiled code
  4. *.red
  5. # Libraries
  6. crush.dll
  7. crush.dylib
  8. crush.so
  9. # Files generated during test
  10. quick-test/quick-test.log
  11. quick-test/runnable/
  12. system/tests/source/units/auto-tests/
  13. tests/source/units/auto-tests/