maciej-bendkowski / boltzmann-brain

Analytic sampler compiler for combinatorial systems
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Add a missing directory in the sampler template #25

Closed Kerl13 closed 2 years ago

Kerl13 commented 2 years ago

The src/ folder was missing from the sampler template used by bb-build.

I guess you didn't notice because you have that folder locally but git actually does not track empty directories. You can reproduce the issue by using a fresh clone. AFAIK, the usual solution is to add a .gitkeep empty file in the empty directory we want to track to force git to add it. That's what this patch does

maciej-bendkowski commented 2 years ago

LGTM, cheers!