diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c745919 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +build diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e46b9f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Don't forget to run `git submodule update --init --recursive` to pull in the latest DPF and its submodules before compiling with `make`.