Mercurial > hg > index.cgi
annotate .hgignore @ 377:67373a053c49
Add ?rts target for branch instructions
Add a ?rts target for branch instructions, which brances to the nearest RTS
or inverts the branch logic to branch around a generated RTS. Activated by a
pragma "qrts".
Thanks to Erik G <erik@6809.org> for the patch.
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 13 Jul 2015 20:50:02 -0600 |
parents | f90c9b044220 |
children | 5b8871fd7503 |
rev | line source |
---|---|
28 | 1 \.exe$ |
2 \.o$ | |
3 \.d$ | |
4 \.a$ | |
5 ~$ | |
6 \.orig$ | |
7 /lwbasic$ | |
8 /lwlink$ | |
9 /lwobjdump$ | |
10 /lwar$ | |
11 /lwasm$ | |
193 | 12 /lwcc/lwcc$ |
13 /lwcc/lwcpp$ | |
363
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
14 |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
15 # for windows |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
16 \.suo$ |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
17 \.sdf$ |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
18 \.opensdf$ |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
19 \Debug$ |
f90c9b044220
Add some windows related files to the ignore list for hg
William Astle <lost@l-w.ca>
parents:
193
diff
changeset
|
20 \Release$ |