view .hgignore @ 25:2b19746a4e97

Added stack_destroy, separated programs, added swap operation stack_destroy unallocates all space that is currently being used by a given stack. I now have the rpn program and my memory test programs in separate files. The swap operation is exactly what one would expect.
author Jonathan Pevarnek <pevarnj@gmail.com>
date Wed, 16 Mar 2011 17:29:25 -0400
parents 5d9f272f4db6
children 03c6618b2c24
line wrap: on
line source

\.o$
\.rto$
^ipl/ipl_ccws\.S$
^sarpn$
^dynamic$
^loader\.bin$
^cscope\.out$
\.swp$