]> source.dussan.org Git - gitignore.git/commitdiff
Add community template for Red language
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 13:06:42 +0000 (10:06 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
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>
community/Red.gitignore [new file with mode: 0644]

diff --git a/community/Red.gitignore b/community/Red.gitignore
new file mode 100644 (file)
index 0000000..b78a06f
--- /dev/null
@@ -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/