📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
16
gitignore/community/Red.gitignore
Normal file
16
gitignore/community/Red.gitignore
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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue