Changeset 762:d7aae6f09754
- 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
| r663 |
r762 |
|
| 1 | 1 | syntax: glob |
|---|
| 2 | | tests/dstress |
|---|
| 3 | | tests/reference |
|---|
| 4 | 2 | *.bc |
|---|
| 5 | 3 | *.o |
|---|
| … | … | |
| 8 | 6 | *.so |
|---|
| 9 | 7 | *.orig |
|---|
| 10 | | obj/* |
|---|
| 11 | | tango |
|---|
| 12 | | import |
|---|
| 13 | 8 | Makefile |
|---|
| 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 |
|---|
| 25 | 10 | |
|---|
| 26 | | # Mac OS X |
|---|
| 27 | | .DS_Store |
|---|
| | 11 | syntax: 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/.* |
|---|