Ver Fonte

Add support for Dolphin Smalltalk

René Juan Rico Mendoza há 8 anos atrás
pai
commit
236e6d0af0
1 ficheiros alterados com 9 adições e 0 exclusões
  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