Skip to content

Commit e67a985

Browse files
shiftkeysouthwolfjtrent238PeterWAWood
committed
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>
1 parent d298644 commit e67a985

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

community/Red.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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/

0 commit comments

Comments
 (0)