forked from obspy/obspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (43 loc) · 807 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*~
\#*
.#*
*.egg-info/
*.exp
*.lib
*.obj
*.pyc
*.pyd.manifest
*.pyo
.cache
.DS_Store
.idea
.project
.pydevproject
/.settings
RELEASE-VERSION
build/
dist/
distribute-*.egg
distribute-*.tar.gz
misc/docs/source/packages/autogen
misc/docs/source/_static/css/
misc/docs/source/_static/font.css
misc/docs/source/_static/fonts/
misc/docs/source/_templates/footer.html
misc/docs/source/_templates/navbar-local.html
misc/docs/source/credits.rst
misc/docs/source/citations.rst
misc/docs/_build/
misc/docker/logs/
obspy/lib/*.pyd
obspy/lib/*.so
/obspy.pstats
__pycache__
debian
obspy/core/tests/images/testrun/
obspy/station/tests/images/testrun/
obspy/imaging/tests/images/testrun/
obspy/taup/tests/images/testrun/
misc/docker_tests/temp/
# Temporary dir for the anaconda builds.
misc/installer/anaconda/conda_builds