forked from MTG/essentia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (58 loc) · 2.27 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
*.pyc
build
.sconsign.dblite
*.idb
*~
.waf-*
.lock-waf*
buildw/
# 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
# 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
# this shouldn't be here, but yeah well...
test/src/basetest/test_*.o
src/algorithms/essentia_algorithms_reg.cpp