1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyrocko/.gitignore

41 lines
530 B
Plaintext

/build/
/dist/
/doc/build/
/pyrocko.egg-info/
/src/info.py
/evalresp-3.3.0/
/libmseed/
__pycache__/
*.py[cod]
*~
*.swp
*.so
.cache/
/tags
/scratch/
*.sublime-*
/htmlcov/
/.coverage
/.coverage.*
*.log
*.err_log
.vagrant
/test/example_run_dir/
/test/data/
/maintenance/**/pyrocko.git/
/maintenance/conda/miniconda?.sh
/maintenance/conda/miniconda?/
/maintenance/vagrant/*/*.out
/maintenance/vagrant/*/example_run_dir
/maintenance/mattermost_webhook.link
/maintenance/pypirc
/maintenance/pip/pyrocko/
/maintenance/pip/wheels/
6 years ago