changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / .hgignore

changeset 651: af486e0a40c9
parent: a698dd5de562
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 14 Sep 2024 22:13:06 -0400
permissions: -rw-r--r--
description: multi-binaries, working on removing x.lisp
1 # test
2 
3 ^x$
4 .*Cargo.lock$
5 .*target/.*
6 .*system-index.txt$
7 .*[.]fasl$
8 .*[.]o$
9 .*[.]so$
10 .*[.]dylib$
11 .*[.]dll$
12 .*[.]a$
13 .*[.]core$
14 .*[.]elc$
15 emacs/.*[.]html$
16 c/.*
17 .*dist/.*
18 [.]stash/.*