diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8239fe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# binaries (from `make all` / `make test-all`) +/tx +/rx +/chat +/bt +/carrier +/test/unit +/test/integration +/test/functional + +# object files +*.o + +# generated blog output (from `make blog`) +/web/blog/index.html +/web/blog/001-volume-modem/ +/web/blog/002-sse-chatroom/