Build systems like meson put a `.gitignore` in the build directory to avoid accidentally committing in the repository. ``` # This file is autogenerated by Meson. If you change or delete it, it won't be recreated. * ``` Fpm could also put a `.gitignore` in the `build` directory with just `*` to avoid committing any build artifacts.