Skip to content

Commit e5d7d04

Browse files
author
Peter Amstutz
committed
Merge branch 'master' of github.com:common-workflow-language/cwltool
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents abd85fb + 18a9438 commit e5d7d04

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python temps
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
build/
6+
dist/
7+
eggs/
8+
.eggs/
9+
*.egg-info/
10+
*.egg
11+
12+
# Editor Temps
13+
.*.sw?
14+
*~
15+
\#*\#
16+
.desktop

0 commit comments

Comments
 (0)