Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 762:d7aae6f09754

Show
Ignore:
Timestamp:
11/11/08 16:57:19 (2 months ago)
Author:
Christian Kamm <kamm incasoftware de>
branch:
default
Message:

Fix up hgignore to not match to much.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • .hgignore

    r663 r762  
    11syntax: glob 
    2 tests/dstress 
    3 tests/reference 
    42*.bc 
    53*.o 
     
    86*.so 
    97*.orig 
    10 obj/* 
    11 tango 
    12 import 
    138Makefile 
    14 bin/ldc 
    15 idgen 
    16 idgen.make 
    17 impcnvgen 
    18 impcnvgen.make 
    19 ldc.make 
    20 dmd/impcnvtab.c 
    21 tests/runminitest 
    22 tests/findregressions 
    23 tests/makewebstatistics 
    24 tests/mini/obj/* 
     9.DS_Store 
    2510 
    26 # Mac OS X 
    27 .DS_Store 
     11syntax: regexp 
     12^obj/.* 
     13^tests/dstress 
     14^tests/reference 
     15^tango 
     16^import 
     17^bin/ldc 
     18^idgen 
     19^idgen.make 
     20^impcnvgen 
     21^impcnvgen.make 
     22^ldc.make 
     23^dmd/impcnvtab.c 
     24^tests/runminitest 
     25^tests/findregressions 
     26^tests/makewebstatistics 
     27^tests/mini/obj/.* 
Copyright © 2008, LDC Development Team.