Explorar o código

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>
Brendan Forster %!s(int64=6) %!d(string=hai) anos
pai
achega
e67a985416
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      community/Red.gitignore

+ 16 - 0
community/Red.gitignore

@@ -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/