Commit | Line | Data |
---|---|---|
963a69a5 | 1 | # Avoid version control files. |
2 | \bRCS\b | |
3 | \bCVS\b | |
4 | ,v$ | |
5 | ,B$ | |
6 | ,D$ | |
7 | \B\.svn\b | |
8 | aegis.log$ | |
9 | \bconfig$ | |
10 | \bbuild$ | |
a0bce8bc | 11 | \.DS_Store$ |
7c0c0281 | 12 | \.git |
13 | ||
963a69a5 | 14 | |
15 | # Avoid Makemaker generated and utility files. | |
16 | \bMakefile$ | |
17 | \bblib | |
18 | \bMakeMaker-\d | |
19 | \bpm_to_blib$ | |
20 | \bblibdirs$ | |
21 | ||
22 | # Avoid Module::Build generated and utility files. | |
23 | \bBuild$ | |
24 | \b_build | |
e1eaa4ae | 25 | Build.PL |
e6f2a0fd | 26 | Build.bat |
963a69a5 | 27 | |
28 | # Avoid temp and backup files. | |
29 | ~$ | |
30 | \.gz$ | |
31 | \.old$ | |
32 | \.bak$ | |
33 | \.swp$ | |
34 | \.tdy$ | |
41788f6e | 35 | \.tmp$ |
963a69a5 | 36 | \#$ |
37 | \b\.# | |
38 | ||
39 | # Avoid author test files. | |
8d1eea03 | 40 | \bpod_spelling.t$ |