|
Revision 2260, 0.6 kB
(checked in by leo, 4 years ago)
|
|
merged from branch
|
| Line | |
|---|
| 1 | # ignore build directories |
|---|
| 2 | (^|/)build($|/) |
|---|
| 3 | (^|/)dist($|/) |
|---|
| 4 | (^|/)work($|/) |
|---|
| 5 | # Boring file regexps: |
|---|
| 6 | \.hi$ |
|---|
| 7 | \.o$ |
|---|
| 8 | \.o\.cmd$ |
|---|
| 9 | # *.ko files aren't boring by default because they might |
|---|
| 10 | # be Korean translations rather than kernel modules. |
|---|
| 11 | # \.ko$ |
|---|
| 12 | \.ko\.cmd$ |
|---|
| 13 | \.mod\.c$ |
|---|
| 14 | (^|/)\.tmp_versions($|/) |
|---|
| 15 | (^|/)CVS($|/) |
|---|
| 16 | (^|/)RCS($|/) |
|---|
| 17 | ~$ |
|---|
| 18 | #(^|/)\.[^/] |
|---|
| 19 | (^|/)_darcs($|/) |
|---|
| 20 | \.bak$ |
|---|
| 21 | \.BAK$ |
|---|
| 22 | \.orig$ |
|---|
| 23 | (^|/)vssver\.scc$ |
|---|
| 24 | \.swp$ |
|---|
| 25 | (^|/)MT($|/) |
|---|
| 26 | (^|/)\{arch\}($|/) |
|---|
| 27 | (^|/).arch-ids($|/) |
|---|
| 28 | (^|/), |
|---|
| 29 | \.class$ |
|---|
| 30 | \.prof$ |
|---|
| 31 | (^|/)\.DS_Store$ |
|---|
| 32 | (^|/)BitKeeper($|/) |
|---|
| 33 | (^|/)ChangeSet($|/) |
|---|
| 34 | (^|/)\.svn($|/) |
|---|
| 35 | \.py[co]$ |
|---|
| 36 | \# |
|---|
| 37 | \.cvsignore$ |
|---|
| 38 | (^|/)Thumbs\.db$ |
|---|
| 39 | (^|/)autom4te\.cache($|/) |
|---|