-
Notifications
You must be signed in to change notification settings - Fork 534
/
.gitignore
91 lines (77 loc) · 2.65 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.DS_Store
*.pyc
build
.sconsign.dblite
*.idb
*~
.waf-*
.waf3-*
.lock-waf*
.vscode
buildw/
.idea/
# hide the debian stuff
build-arch-stamp
build-indep-stamp
configure-stamp
debian/*.debhelper.log
debian/*.debhelper
debian/*.substvars
debian/files
debian/libessentia-dev/
debian/python-essentia/
debian/essentia-doc/
# VAMP build:
src/examples/libvamp_essentia.so
src/examples/vampplugins.os
src/examples/vamppluginsextra.os
src/examples/vampwrapper.os
# algorithm registration
src/algorithms/_registration
# autogenerated version.h
src/version.h
# documentation files
doc/sphinxdoc/_build/
doc/sphinxdoc/_templates/reference/
doc/sphinxdoc/_templates/algorithms_reference.html
doc/sphinxdoc/_templates/algo_description_layout_std.html
doc/sphinxdoc/_templates/algo_description_layout_streaming.html
doc/sphinxdoc/essentia_reference.py
doc/sphinxdoc/EssentiaDoxygen.tag
# hide auto generated python extractor
src/examples/python/streaming_extractor/streaming_extractorlevel.cpp
src/examples/python/streaming_extractor/streaming_extractorlevel.h
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectral.cpp
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectral.h
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectraleqloud.cpp
src/examples/python/streaming_extractor/streaming_extractorlowlevelspectraleqloud.h
src/examples/python/streaming_extractor/streaming_extractorpanning.cpp
src/examples/python/streaming_extractor/streaming_extractorpanning.h
src/examples/python/streaming_extractor/streaming_extractorpitch.cpp
src/examples/python/streaming_extractor/streaming_extractorpitch.h
src/examples/python/streaming_extractor/streaming_extractorrhythmdescriptors.cpp
src/examples/python/streaming_extractor/streaming_extractorrhythmdescriptors.h
src/examples/python/streaming_extractor/streaming_extractorsfx.cpp
src/examples/python/streaming_extractor/streaming_extractorsfx.h
src/examples/python/streaming_extractor/streaming_extractortonaldescriptors.cpp
src/examples/python/streaming_extractor/streaming_extractortonaldescriptors.h
src/examples/python/streaming_extractor/streaming_extractortuningfrequency.cpp
src/examples/python/streaming_extractor/streaming_extractortuningfrequency.h
# editor stuff
*.swp
.idea
# this shouldn't be here, but yeah well...
test/src/basetest/test_*.o
src/algorithms/essentia_algorithms_reg.cpp
# pre-built 3rdparty dependencies
packaging/debian_3rdparty/bin
packaging/debian_3rdparty/share
packaging/debian_3rdparty/lib
packaging/debian_3rdparty/include
packaging/win32_3rdparty/bin
packaging/win32_3rdparty/share
packaging/win32_3rdparty/lib
packaging/win32_3rdparty/include
dist
essentia.egg-info
tmp