mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 01:58:19 +00:00
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
16
options/gitignore/Red
Normal file
16
options/gitignore/Red
Normal file
@@ -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/
|
Reference in New Issue
Block a user