comparison .hgignore @ 977:3efbe9b0dd36

Update .hgignore due to moved(?) idgen/impcnvgen locations. Also add *.patch and *.diff.
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 17 Feb 2009 23:14:19 +0100
parents 82ad6c0c601c
children 4c0df37d0421
comparison
equal deleted inserted replaced
976:fe93215deb82 977:3efbe9b0dd36
1 syntax: glob 1 syntax: glob
2 *.bc 2 *.bc
3 *.diff
3 *.o 4 *.o
4 *.obj 5 *.obj
5 *.orig 6 *.orig
7 *.patch
6 *.a 8 *.a
7 *.s 9 *.s
8 *.so 10 *.so
9 *.rej 11 *.rej
10 Makefile 12 Makefile
19 ^tests/reference 21 ^tests/reference
20 ^tango 22 ^tango
21 ^druntime 23 ^druntime
22 ^import 24 ^import
23 ^bin/ldc 25 ^bin/ldc
24 ^idgen
25 ^idgen.make 26 ^idgen.make
26 ^impcnvgen
27 ^impcnvgen.make 27 ^impcnvgen.make
28 ^ldc.make 28 ^ldc.make
29 ^revisions.pl 29 ^revisions.pl
30 ^dmd2?/idgen
31 ^dmd2?/impcnvgen
30 ^dmd2?/revisions.h 32 ^dmd2?/revisions.h
31 ^dmd2?/impcnvtab.c 33 ^dmd2?/impcnvtab.c
32 ^dmd2?/id.c 34 ^dmd2?/id.c
33 ^dmd2?/id.h 35 ^dmd2?/id.h
34 ^tests/runminitest 36 ^tests/runminitest