16 *.ts |
17 *.ts |
17 *.wav |
18 *.wav |
18 *.webm |
19 *.webm |
19 |
20 |
20 # custom paths |
21 # custom paths |
|
22 proto |
21 scratch |
23 scratch |
22 videos/*.png |
24 videos/*.png |
23 videos/*.pdf |
25 videos/*.pdf |
24 |
26 |
25 # files too big and unimportant to track |
27 # files too big and unimportant to track |
26 graphics/ubudesktop.xcf |
28 graphics/ubudesktop.xcf |
27 |
29 |
|
30 # versioned generated files |
|
31 docs/procomexsum-1.0.txt |
|
32 |
28 syntax: regexp |
33 syntax: regexp |
29 .*\#.*\#$ |
34 .*\#.*\#$ |
30 |
35 |
31 # ignore all but text or sav (saved not forgotton) extensions |
36 # ignore all but text or sav (saved not forgotton) extensions |
32 docs/(?!.*\.sav$|.*\.txt$).+ |
37 docs/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+ |
33 |
38 |
34 # ignore all but most important design files |
39 # ignore all but most important design files |
35 design/(?!.*\.graffle$).+ |
40 design/(?!.*\.graffle$).+ |
36 |
41 |
37 # ignore all but lightweight vectors and import gimp sources |
42 # ignore all but lightweight vectors and import gimp sources |