Răsfoiți Sursa

Add support for Dolphin Smalltalk

René Juan Rico Mendoza 8 ani în urmă
părinte
comite
236e6d0af0
1 a modificat fișierele cu 9 adăugiri și 0 ștergeri
  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