changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / .hgignore

changeset 7: 315fedf35bc7
parent: eb8ed24e8a76
child: 02aa015bff73
author: ellis <ellis@rwest.io>
date: Sun, 07 May 2023 18:06:13 -0400
permissions: -rw-r--r--
description: rust ffi macros, general stuff
1 out/.*
2 .*Cargo.lock$
3 .*target/.*
4 ffi/_demo.c$
5 .*[.]fasl$
6 .*[.]o$
7 .*[.]so$
8 .*[.]dylib$
9 .*[.]a$