23 lines
312 B
Plaintext
23 lines
312 B
Plaintext
# Build output
|
|
obj/
|
|
lib/
|
|
|
|
# Java build output
|
|
java/build/
|
|
|
|
# third_party — only fftw is downloaded manually, rnnoise and libspecbleach are tracked
|
|
third_party/fftw/
|
|
third_party/**/*.o
|
|
third_party/**/*.a
|
|
third_party/fftw-3.3.11.tar.gz
|
|
third_party/fftw-3.3.11/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|