Search
lxdream.org :: lxdream/.hgignore :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename .hgignore
changeset 1131:4727c2006e0f
prev1064:b4fc67f0966e
next1211:eecdeb37934a
author nkeynes
date Fri Dec 23 08:20:17 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Move the exception exit macros up to sh4core.h
file annotate diff log raw
1.1 --- a/.hgignore Sat Jul 04 15:58:55 2009 +1000
1.2 +++ b/.hgignore Fri Dec 23 08:20:17 2011 +1000
1.3 @@ -6,6 +6,7 @@
1.4 .*\~
1.5 .*\.gmo
1.6 .*\.mo
1.7 +autom4te.cache
1.8 Makefile
1.9 config.h
1.10 config.status
1.11 @@ -18,7 +19,9 @@
1.12 src/drivers/mac_keymap.h
1.13 src/gendec
1.14 src/genglsl
1.15 -src/pvr2/gl_slsrc.c
1.16 +src/genmach
1.17 +src/pvr2/shaders.h
1.18 +src/pvr2/shaders.def
1.19 src/sh4/sh4dasm.c
1.20 src/sh4/sh4stat.c
1.21 src/sh4/sh4core.c
1.22 @@ -49,3 +52,6 @@
1.23 test/testta.bin
1.24 test/testaica
1.25 test/testaica.bin
1.26 +test/randmath
1.27 +test/randmath.bin
1.28 +test/randmath.native
1.29 \ No newline at end of file
.