選択できるのは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/