File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
- * .pyc
2
- * ~
3
- .cache /
4
1
__pycache__ /
2
+ /.env
5
3
/MANIFEST
6
4
/_meta.py
7
5
/build /
8
6
/dist /
9
- /doc /doctest /
10
- /doc /doctrees /
11
- /doc /html /
12
- /doc /latex /
13
- /doc /linkcheck /
14
- /pytest_dependency.egg-info /
15
- /python2_6.patch
Original file line number Diff line number Diff line change @@ -15,16 +15,13 @@ doc-html: build
15
15
$(MAKE ) -C doc html PYTHONPATH=$(BUILDLIB )
16
16
17
17
clean :
18
- rm -f * ~ tests/* ~
19
18
rm -rf build
19
+ rm -rf __pycache__
20
20
21
21
distclean : clean
22
22
rm -f MANIFEST _meta.py
23
- rm -rf .cache tests/.cache .pytest_cache tests/.pytest_cache
24
- rm -f * .pyc tests/* .pyc
25
- rm -rf __pycache__ tests/__pycache__
26
23
rm -rf dist
27
- rm -rf pytest_dependency.egg-info
24
+ rm -rf tests/.pytest_cache
28
25
$(MAKE ) -C doc distclean
29
26
30
27
meta :
Original file line number Diff line number Diff line change
1
+ /devhelp /
2
+ /dirhtml /
3
+ /doctrees /
4
+ /epub /
5
+ /gettext /
6
+ /html /
7
+ /htmlhelp /
8
+ /json /
9
+ /latex /
10
+ /linkcheck /
11
+ /man /
12
+ /pickle /
13
+ /pseudoxml /
14
+ /qthelp /
15
+ /singlehtml /
16
+ /texinfo /
17
+ /text /
18
+ /xml /
You can’t perform that action at this time.
0 commit comments