| # subversion dirs | |
| \.svn\b | |
| # Makemaker generated files and dirs. | |
| ^MANIFEST\. | |
| Makefile$ | |
| ^blib/ | |
| ^MakeMaker‐\d | |
| # Temp, old and emacs backup files. | |
| ~$ | |
| \.old$ | |
| ^#.*#$ | |
| ^\.# | |
| # libtool stuff | |
| /\.libs | |
| \.la$ | |
| \.lo$ | |
| \.o$ | |
| \.a$ | |
| \.slo$ | |
| \.so$ | |
| \.deps$ | |
| \.deps/ | |
| # perl glue | |
| glue/perl/blib | |
| glue/perl/xs\b | |
| glue/perl/pm_to_blib | |
| #Apache Test stuff | |
| t/TEST$ | |
| t/conf/.*\.conf$ | |
| t/conf/.*\.p[lm]$ | |
| t/htdocs | |
| t/logs | |
| t/core* | |
| # Apache 1.x module (exclude for now) | |
| module/apache$ | |
| module/apache/ | |
| # docs | |
| docs/html/_2.* | |