From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- options/gitignore/Red | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 options/gitignore/Red (limited to 'options/gitignore/Red') diff --git a/options/gitignore/Red b/options/gitignore/Red new file mode 100644 index 0000000..b78a06f --- /dev/null +++ b/options/gitignore/Red @@ -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/ -- cgit v1.2.3