diff options
author | newapplesho <s.yoshida@sorabito.com> | 2015-08-22 10:00:29 +0900 |
---|---|---|
committer | newapplesho <s.yoshida@sorabito.com> | 2015-08-22 10:00:29 +0900 |
commit | 9906b969e8f650803690aa90a29f06c8428babe7 (patch) | |
tree | 862394112b640d6c77d48e478ccebd6df4e62bac /Smalltalk.gitignore | |
parent | 573fd7e4d914daa07b846cdc4323bd4813c9f204 (diff) | |
download | gitignore-9906b969e8f650803690aa90a29f06c8428babe7.tar.gz gitignore-9906b969e8f650803690aa90a29f06c8428babe7.zip |
Add Smalltalk gitignore
Diffstat (limited to 'Smalltalk.gitignore')
-rw-r--r-- | Smalltalk.gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore new file mode 100644 index 00000000..75272b23 --- /dev/null +++ b/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 |