forked from xmos/lib_mic_array
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (47 loc) · 713 Bytes
/
.gitignore
File metadata and controls
51 lines (47 loc) · 713 Bytes
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
**/.build*/*
bin/
_build/
xcore_sdk/
.vscode/
*.o
*.xe
*.vcd
*.xi
*.i
*.a
*~
#*#
*.vcd
*.log
*.xe
doc/_build/*
doc/*/.doxygen/*
doc/*/.linked_dirs/*
doc/*/.sources/*
doc/*/.support/*
*/.settings/*
Doxyfile-e
.DS_Store
*.pyc
*.xmt
*.prefs
examples/app_lores_DAS_fixed/.project
lib_mic_array/doc/pdf/index.pdf
tests/test_fir_model/trace.xstr
tests/test_results.csv
*.fir_coefs
examples/AN00221_freq_domain_example/doc/pdf/AN00218.pdf
examples/AN00218_app_hires_DAS_fixed/doc/pdf/AN00218.pdf
**/.venv/**
**/__pycache__/
**/.ipynb_checkpoints/
# Any files user wants to keep in their local clone
**/*.local.*
**/*.local.*/
# Unit test runners
**/runners/*
# waf build files
.lock-waf_*
.waf-*/
build/
build.xcore