gitignore, readme

This commit is contained in:
Gordon JC Pearce 2025-08-22 21:59:29 +01:00
parent 1ef2cc9965
commit e8fc2fbfec
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin
build

1
README.md Normal file
View File

@ -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`.