Skip to content

Commit aa829e4

Browse files
committed
Remove non-project specific patterns from .gitignore.
Many of these should be placed in a global gitignore: https://help.github.com/en/github/using-git/ignoring-files#create-a-global-gitignore
1 parent 5fb533f commit aa829e4

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

.gitignore

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,8 @@
1-
.idea
2-
__pycache__
3-
test.py
4-
test2.py
5-
test3.py
6-
docs/_build
7-
slash.log
8-
test
9-
__*.py
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
291
*.egg
30-
MANIFEST
2+
*.egg-info/
3+
*.eggs/
4+
*.pyc
5+
.cache/
6+
_build/
7+
build/
8+
dist/

0 commit comments

Comments
 (0)