aboutsummaryrefslogtreecommitdiffstats
path: root/Smalltalk.gitignore
diff options
context:
space:
mode:
authorRené Juan Rico Mendoza <rejurime@gmail.com>2016-06-28 20:19:15 -0300
committerGitHub <noreply@github.com>2016-06-28 20:19:15 -0300
commit236e6d0af085ec1f4852ad00d5cdeb3db8a5c930 (patch)
tree4bf152e1af3eb81c2d2a98730fd2eefaee94401e /Smalltalk.gitignore
parentd1caffed352607b5415e9e0e827f4770eb39e316 (diff)
downloadgitignore-236e6d0af085ec1f4852ad00d5cdeb3db8a5c930.tar.gz
gitignore-236e6d0af085ec1f4852ad00d5cdeb3db8a5c930.zip
Add support for Dolphin Smalltalk
Diffstat (limited to 'Smalltalk.gitignore')
-rw-r--r--Smalltalk.gitignore9
1 files changed, 9 insertions, 0 deletions
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