Permalink
Please sign in to comment.
18
Smalltalk.gitignore
| @@ -0,0 +1,18 @@ | ||
| +# changes file | ||
| +*.changes | ||
| + | ||
| +# system image | ||
| +*.image | ||
| + | ||
| +# Pharo Smalltalk Debug log file | ||
| +PharoDebug.log | ||
| + | ||
| +# Squeak Smalltalk Debug log file | ||
| +SqueakDebug.log | ||
| + | ||
| +# Monticello package cache | ||
| +/package-cache | ||
| + | ||
| +# Metacello-github cache | ||
| +/github-cache | ||
| +github-*.zip |
0 comments on commit
9906b96