code.gitea.io/gitea@v1.21.7/options/gitignore/Red (about) 1 # gitignore template for Red programming language 2 # website: http://www.red-lang.org/ 3 4 # Red Compiled code 5 *.red 6 7 # Libraries 8 crush.dll 9 crush.dylib 10 crush.so 11 12 # Files generated during test 13 quick-test/quick-test.log 14 quick-test/runnable/ 15 system/tests/source/units/auto-tests/ 16 tests/source/units/auto-tests/