Skip to content

Commit b35f448

Browse files
committed
Merge pull request #1623 from sorabito/feature/Added_Smalltalk_gitignore
Add Smalltalk gitignore
2 parents 83dc73e + 9906b96 commit b35f448

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Smalltalk.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# changes file
2+
*.changes
3+
4+
# system image
5+
*.image
6+
7+
# Pharo Smalltalk Debug log file
8+
PharoDebug.log
9+
10+
# Squeak Smalltalk Debug log file
11+
SqueakDebug.log
12+
13+
# Monticello package cache
14+
/package-cache
15+
16+
# Metacello-github cache
17+
/github-cache
18+
github-*.zip

0 commit comments

Comments
 (0)