Skip to content

Commit 0908aa2

Browse files
committed
maintenance: ignore make-generated files
1 parent dd2dd7a commit 0908aa2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ typeshed/2and3/ruamel/yaml
3030

3131
#mypy
3232
.mypy_cache/
33+
34+
# Files generated by Makefile
35+
.cache/
36+
cache/
37+
.coverage
38+
coverage.xml
39+
htmlcov
40+
output
41+
output.txt
42+
pydocstyle_report.txt
43+
response.txt
44+
test.txt
45+
value

0 commit comments

Comments
 (0)