|
1 syntax: glob |
|
2 *.orig |
|
3 *.rej |
|
4 *.o |
|
5 *~ |
|
6 |
|
7 # custom types |
|
8 *.au |
|
9 *.auf |
|
10 *.avi |
|
11 *.m4a |
|
12 *.mkv |
|
13 *.mp3 |
|
14 *.mp4 |
|
15 *.ogv |
|
16 *.ts |
|
17 *.wav |
|
18 *.webm |
|
19 |
|
20 # custom paths |
|
21 scratch |
|
22 videos/*.png |
|
23 videos/*.pdf |
|
24 |
|
25 # files too big and unimportant to track |
|
26 graphics/ubudesktop.xcf |
|
27 |
|
28 syntax: regexp |
|
29 .*\#.*\#$ |
|
30 |
|
31 # ignore all but text or sav (saved not forgotton) extensions |
|
32 docs/(?!.*\.sav$|.*\.txt$).+ |
|
33 |
|
34 # ignore all but most important design files |
|
35 design/(?!.*\.graffle$).+ |
|
36 |
|
37 # ignore all but lightweight vectors and import gimp sources |
|
38 graphics/(?!.*\.svg$|.*\.xcf$).+ |
|
39 |
|
40 ## ignore all but lightweight video files |
|
41 #videos/(?!.*\.set$|.*\.vtt$|.*\.txt$|.*\.sh$|Make.*).+ |
|
42 #videos/procompromtts/text These are left out! |
|
43 #videos/procompromtts/voix These are left out! |