1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00

Add community template for Red language

Co-Authored-By: SouthWolf <wp.southwolf@gmail.com>
Co-Authored-By: Trent Patterson <jtrent238@outlook.com>
Co-Authored-By: PeterWAWood <peterwawood@users.noreply.github.com>
This commit is contained in:
Brendan Forster 2018-10-28 10:06:42 -03:00
parent d298644fc3
commit e67a985416

16
community/Red.gitignore Normal file
View File

@ -0,0 +1,16 @@
# gitignore template for Red programming language
# website: http://www.red-lang.org/
# Red Compiled code
*.red
# Libraries
crush.dll
crush.dylib
crush.so
# Files generated during test
quick-test/quick-test.log
quick-test/runnable/
system/tests/source/units/auto-tests/
tests/source/units/auto-tests/