Skip to content

Commit e67a985

Browse files
shiftkeysouthwolfjtrent238PeterWAWood
committed
Add community template for Red language
Co-Authored-By: SouthWolf <[email protected]> Co-Authored-By: Trent Patterson <[email protected]> Co-Authored-By: PeterWAWood <[email protected]>
1 parent d298644 commit e67a985

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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)