annotate .hgignore @ 73:ac6881304c78

Do conversations, along with way too much stuff. This implements conversations, along with all the memory management brouhaha that goes along with it. The conversation now lives directly on the handle rather than being a thing you have to get from it and then call manually. It Turns Out this makes things a lot easier! I guess we reorganized things again. For the last time. For real. I promise. This all passes ASAN, so it seems Pretty Good!
author Paul Fisher <paul@pfish.zone>
date Thu, 05 Jun 2025 03:41:38 -0400
parents 21a8172eedde
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
52
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
1 syntax: rootglob
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
2 .idea
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
3 Cargo.lock
21a8172eedde Add .hgignore.
Paul Fisher <paul@pfish.zone>
parents:
diff changeset
4 target