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.

Red.gitignore 304B

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/