mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
Add more files and dirs to .gitignore
This commit is contained in:
parent
f80022a9d5
commit
84feb5e478
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,6 +2,8 @@
|
|||
*~
|
||||
.DS_Store
|
||||
_cache/
|
||||
.cache/
|
||||
.vagrant/
|
||||
.coverage
|
||||
/cover/
|
||||
/htmlcov/
|
||||
|
|
@ -9,6 +11,8 @@ _cache/
|
|||
/dist/
|
||||
*.egg-info
|
||||
.tox
|
||||
tags
|
||||
tmp
|
||||
|
||||
# virtualenv folders
|
||||
venv2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue