Skip to content

Commit b2baa12

Browse files
authored
Merge pull request #157 from benwoo1110/add-ignore-files
Add packaging files to gitignore.
2 parents 8e20fad + 3d69612 commit b2baa12

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,24 @@ docs/_build
77
slash.log
88
test
99
__*.py
10-
soontm.png
10+
soontm.png
11+
12+
# Distribution / packaging
13+
.Python
14+
build/
15+
develop-eggs/
16+
dist/
17+
downloads/
18+
eggs/
19+
.eggs/
20+
lib/
21+
lib64/
22+
parts/
23+
sdist/
24+
var/
25+
wheels/
26+
share/python-wheels/
27+
*.egg-info/
28+
.installed.cfg
29+
*.egg
30+
MANIFEST

0 commit comments

Comments
 (0)