Przeglądaj źródła

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 6 lat temu
rodzic
commit
e67a985416
1 zmienionych plików z 16 dodań i 0 usunięć
  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/