|
Revision 22597, 448 bytes
(checked in by hanekomu, 5 years ago)
|
|
lang/perl/App-Benchmark: initial import.
|
| 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 | ^pm_to_blib/ |
|---|
| 13 | ^_build/ |
|---|
| 14 | ^MakeMaker-\d |
|---|
| 15 | embedded/ |
|---|
| 16 | cover_db/ |
|---|
| 17 | smoke.html |
|---|
| 18 | smoke.yaml |
|---|
| 19 | smoketee.txt |
|---|
| 20 | sqlnet.log |
|---|
| 21 | BUILD.SKIP |
|---|
| 22 | COVER.SKIP |
|---|
| 23 | CPAN.SKIP |
|---|
| 24 | t/000_standard__* |
|---|
| 25 | |
|---|
| 26 | # Temp, old, emacs, vim, backup files. |
|---|
| 27 | ~$ |
|---|
| 28 | \.old$ |
|---|
| 29 | \.swp$ |
|---|
| 30 | \.tar$ |
|---|
| 31 | \.tar\.gz$ |
|---|
| 32 | ^#.*#$ |
|---|
| 33 | ^\.# |
|---|
| 34 | .shipit |
|---|
| 35 | |
|---|
| 36 | # Local files, not to be included |
|---|
| 37 | ^scratch/ |
|---|
| 38 | core |
|---|
| 39 | ^var/ |
|---|