Commit | Line | Data |
---|---|---|
04b6f77c TC |
1 | # build products |
2 | \.o$ | |
3 | \.bs$ | |
4 | ^W32\.c$ | |
5 | ^W32\.def$ | |
6 | ^W32_def\.old$ | |
7 | ^blib/ | |
8 | ^pm_to_blib$ | |
9 | ^Makefile$ | |
10 | ^Makefile\.old$ | |
11 | ^MANIFEST\.bak$ | |
12 | ^dll\.base$ | |
13 | ^dll\.exp$ | |
14 | ||
15 | # test products | |
16 | ^testout | |
17 | ||
18 | # system | |
19 | ^\.svn/ | |
20 | /\.svn/ | |
21 | ^\.gitignore$ | |
22 | ||
23 | # editor | |
24 | ^# | |
25 | ~$ | |
8ec8ec3f TC |
26 | |
27 | # sometimes these get left by probes | |
28 | \.exe$ |