diff options
| author | Marin Ivanov <[email protected]> | 2025-07-25 10:17:14 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2026-01-18 20:09:26 +0200 |
| commit | 0168586485e6310c598713c911b1dec5618d61a1 (patch) | |
| tree | 6aabc2a12ef8fef70683f5389bea00f948015f77 /.gitignore | |
* codec2 cut-down version 1.2.0
* Remove codebook and generation of sources
* remove c2dec c2enc binaries
* prepare for emscripten
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edcb225 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build_linux +stm32/build_stm32 +stm32/libstm32f4.a +stm32/unittest/lib/python/__pycache__/ +stm32/unittest/src/libstm32f4.a +stm32/unittest/src/*.map +stm32/unittest/test_run/ +*.pyc |
