forked from LBRYCommunity/lbry-sdk
update gitignore
This commit is contained in:
parent
9619b8dfca
commit
52099c7da7
1 changed files with 12 additions and 24 deletions
36
.gitignore
vendored
36
.gitignore
vendored
|
@ -1,32 +1,20 @@
|
|||
*.pyc
|
||||
|
||||
*.egg
|
||||
*.so
|
||||
*.xml
|
||||
*.iml
|
||||
*.log
|
||||
*.pem
|
||||
*.decTest
|
||||
|
||||
/build
|
||||
/dist
|
||||
|
||||
.idea/.name
|
||||
|
||||
*.iml
|
||||
|
||||
*.log
|
||||
|
||||
*.txt
|
||||
.coverage
|
||||
.DS_Store
|
||||
|
||||
lbrynet.egg-info/PKG-INFO
|
||||
|
||||
*.egg
|
||||
|
||||
/build
|
||||
|
||||
/dist
|
||||
|
||||
*.so
|
||||
|
||||
*.pem
|
||||
|
||||
*.decTest
|
||||
|
||||
.coverage
|
||||
|
||||
# temporary files from the twisted.trial test runner
|
||||
_trial_temp/
|
||||
|
||||
.DS_Store
|
||||
_trial_temp/
|
Loading…
Reference in a new issue