annotate .hgignore @ 98:28c230f0700e

Started very early work on the shell, fnameCmp will now return 0 if a null character is reached in one of the strings at the same location as a space in the other
author Jonathan Pevarnek <pevarnj@gmail.com>
date Sat, 14 May 2011 17:12:12 -0400
parents 5a60bc8e2cd0
children 6f81e6ae3f64
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
1 \.o$
40
40af39d064fa Refactor the arch code
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents: 0
diff changeset
2 \.a$
0
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
3 \.rto$
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
4 ^ipl/ipl_ccws\.S$
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
5 ^sarpn$
25
2b19746a4e97 Added stack_destroy, separated programs, added swap operation
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 0
diff changeset
6 ^dynamic$
50
eda962110e0e Fixed a few lingering problems with the fs rename
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 45
diff changeset
7 ^testFS$
98
28c230f0700e Started very early work on the shell, fnameCmp will now return 0 if a null character is reached in one of the strings at the same location as a space in the other
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 79
diff changeset
8 ^shell$
0
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
9 ^loader\.bin$
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
10 ^cscope\.out$
5d9f272f4db6 import template
Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
parents:
diff changeset
11 \.swp$
74
36e6fc4a0487 Added the ability to create a new file
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 50
diff changeset
12
79
5a60bc8e2cd0 I messed up the disk image again... Moving the actually used one elsewhere so I do not destroy the repository size...
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 74
diff changeset
13 ^hercules/curDisk\.img$
5a60bc8e2cd0 I messed up the disk image again... Moving the actually used one elsewhere so I do not destroy the repository size...
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 74
diff changeset
14
74
36e6fc4a0487 Added the ability to create a new file
Jonathan Pevarnek <pevarnj@gmail.com>
parents: 50
diff changeset
15 ^changes