diff options
Diffstat (limited to 'options/gitignore/Smalltalk')
-rw-r--r-- | options/gitignore/Smalltalk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/options/gitignore/Smalltalk b/options/gitignore/Smalltalk index 943995e117..178d87af45 100644 --- a/options/gitignore/Smalltalk +++ b/options/gitignore/Smalltalk @@ -1,8 +1,11 @@ # changes file *.changes +*.chg # system image *.image +*.img7 +*.img # Pharo Smalltalk Debug log file PharoDebug.log @@ -10,6 +13,12 @@ PharoDebug.log # Squeak Smalltalk Debug log file SqueakDebug.log +# Dolphin Smalltalk source file +*.sml + +# Dolphin Smalltalk error file +*.errors + # Monticello package cache /package-cache |