diff options
Diffstat (limited to 'options/gitignore/Smalltalk')
-rw-r--r-- | options/gitignore/Smalltalk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/options/gitignore/Smalltalk b/options/gitignore/Smalltalk new file mode 100644 index 0000000000..75272b2347 --- /dev/null +++ b/options/gitignore/Smalltalk @@ -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 |