Browse Source

Add support for Dolphin Smalltalk

René Juan Rico Mendoza 8 năm trước cách đây
mục cha
commit
236e6d0af0
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      Smalltalk.gitignore

+ 9 - 0
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