From db5524a9ab6b0050fa71e21a3a15740e85e4e4a8 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Fri, 20 Dec 2019 00:04:12 +0100 Subject: chore: update gitignore list (#9437) Updated the gitignore list with the command : `go run scripts/generate-gitignores.go` --- 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 0000000000..b78a06fc37 --- /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