mic/.gitignore

21 lines
223 B
Plaintext

# OS images are intentionally kept out of git.
os/*.img
os/*.img.*
os/*/*.img
os/*/*.img.*
# Local audio/debug captures.
*.wav
*.aiff
*.flac
# C/C++ build outputs.
build/
cmake-build-*/
*.o
*.obj
*.exe
*.dll
*.dylib
*.so