Unverified Commit 5ec44765 authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2027 from rejurime/dolphin-smalltalk

[Smalltalk] add support for Dolphin Smalltalk
parents c017c479 236e6d0a
# changes file # changes file
*.changes *.changes
*.chg
# system image # system image
*.image *.image
*.img7
*.img
# Pharo Smalltalk Debug log file # Pharo Smalltalk Debug log file
PharoDebug.log PharoDebug.log
...@@ -10,6 +13,12 @@ PharoDebug.log ...@@ -10,6 +13,12 @@ PharoDebug.log
# Squeak Smalltalk Debug log file # Squeak Smalltalk Debug log file
SqueakDebug.log SqueakDebug.log
# Dolphin Smalltalk source file
*.sml
# Dolphin Smalltalk error file
*.errors
# Monticello package cache # Monticello package cache
/package-cache /package-cache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment