diff --git a/.gitignore b/.gitignore index 8c4158e..2996da4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ -/build -/bin /.cache -compile_commands.json +/bin +/build + *.tar.bz2 -GNUmakefile +compile_commands.json + +.ignore +.justfile .unisonignore -*.org +TODO.org diff --git a/.ignore b/.ignore deleted file mode 100644 index 689344a..0000000 --- a/.ignore +++ /dev/null @@ -1,9 +0,0 @@ -3rdparty/CLI11 -3rdparty/gRPC -3rdparty/libASPL -3rdparty/roc -3rdparty/spdlog -3rdparty/fmt -build -bin -*.pb.* diff --git a/.spelling b/.spelling deleted file mode 100644 index 26db38b..0000000 --- a/.spelling +++ /dev/null @@ -1,43 +0,0 @@ -0 -10.15 -2 -3 -a.k.a. -arm64 -boringssl -ccache -cli11 -cmake -coreaudio -coreaudiod -deduplicated -driver_protocol.proto -externalproject -fecframe -findpackage -fmt -grpc -hacking.md -homebrew -libaspl -localhost -macos -mpl-2 -pipewire -plist -plugin -plugins -protoc-gen-doc -pulseaudio -roc -rpc -rpc.md -rtp -spdlog -stdout -submodules -syslog -todo -vad -x86_64 -xcode diff --git a/Makefile b/Makefile index 96caf87..d825537 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,6 @@ docs: --doc_opt=markdown,RPC.md \ rpc/*.proto -spell: - mdspell -a README.md HACKING.md - sort .spelling -o .spelling - kickstart: launchctl kickstart -k system/com.apple.audio.coreaudiod