|
Revision 9757, 424 bytes
(checked in by hanekomu, 5 years ago)
|
r6080@nbgr: marcel | 2008-04-18 16:29:27 +0200
lang/perl/Data-Domain-Net: initial commit
|
| Line | |
|---|
| 1 | # Version control files and dirs. |
|---|
| 2 | \bRCS\b |
|---|
| 3 | \bCVS\b |
|---|
| 4 | .svn |
|---|
| 5 | ,v$ |
|---|
| 6 | |
|---|
| 7 | # Makemaker/Build.PL generated files and dirs. |
|---|
| 8 | ^MANIFEST\. |
|---|
| 9 | ^Makefile$ |
|---|
| 10 | ^Build$ |
|---|
| 11 | ^blib/ |
|---|
| 12 | ^_build/ |
|---|
| 13 | ^MakeMaker-\d |
|---|
| 14 | embedded/ |
|---|
| 15 | cover_db/ |
|---|
| 16 | smoke.html |
|---|
| 17 | smoke.yaml |
|---|
| 18 | smoketee.txt |
|---|
| 19 | sqlnet.log |
|---|
| 20 | BUILD.SKIP |
|---|
| 21 | COVER.SKIP |
|---|
| 22 | CPAN.SKIP |
|---|
| 23 | t/000_standard__* |
|---|
| 24 | |
|---|
| 25 | # Temp, old, emacs, vim, backup files. |
|---|
| 26 | ~$ |
|---|
| 27 | \.old$ |
|---|
| 28 | \.swp$ |
|---|
| 29 | ^#.*#$ |
|---|
| 30 | ^\.# |
|---|
| 31 | .shipit |
|---|
| 32 | |
|---|
| 33 | # Local files, not to be included |
|---|
| 34 | ^scratch/ |
|---|
| 35 | core |
|---|
| 36 | ^var/ |
|---|
| 37 | local/ |
|---|