root/.hgignore

Revision 184:9f4e5ac4f0a3, 199 bytes (checked in by Jacob Carlborg <doob@me.com>, 2 years ago)

One step closer to building on posix.

There are two missing symbols so it actually doesn't build
but previously it didn't build correctly anyway.

Line 
1 syntax: regexp
2
3 # eclipse files etc.
4 ^\.
5
6 \.map$
7 \.obj$
8 \.o$
9 glob:dmd2/*
10 glob:dmd.*.zip
11 glob:buildHelper.d.deps
12 glob:buildHelper.exe
13 glob:dmd.lib
14 glob:bin/*
15 glob:libdmd.a
16 glob:*.orig
Note: See TracBrowser for help on using the browser.