From 236e6d0af085ec1f4852ad00d5cdeb3db8a5c930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Juan=20Rico=20Mendoza?= Date: Tue, 28 Jun 2016 20:19:15 -0300 Subject: [PATCH] Add support for Dolphin Smalltalk --- Smalltalk.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore index 75272b23..e56e539e 100644 --- a/Smalltalk.gitignore +++ b/Smalltalk.gitignore @@ -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