The Wayback Machine - https://web.archive.org/web/20220708043215/https://github.com/github/gitignore/commit/5ec447658eebde40f72a53831b3463c0fdd05ddf
Skip to content
Permalink
Browse files
Merge pull request #2027 from rejurime/dolphin-smalltalk
[Smalltalk] add support for Dolphin Smalltalk
  • Loading branch information
shiftkey committed Nov 23, 2018
2 parents c017c47 + 236e6d0 commit 5ec447658eebde40f72a53831b3463c0fdd05ddf
Showing 1 changed file with 9 additions and 0 deletions.
@@ -1,15 +1,24 @@
# changes file
*.changes
*.chg

# system image
*.image
*.img7
*.img

# Pharo Smalltalk Debug log file
PharoDebug.log

# Squeak Smalltalk Debug log file
SqueakDebug.log

# Dolphin Smalltalk source file
*.sml

# Dolphin Smalltalk error file
*.errors

# Monticello package cache
/package-cache

0 comments on commit 5ec4476

Please sign in to comment.