Sat, 01 Feb 2014 17:49:19 +0100
Improve consistency of heading and subheading wording in staged delivery.
michael@0 | 1 | syntax: glob |
michael@0 | 2 | *.orig |
michael@0 | 3 | *.rej |
michael@2 | 4 | *.swp |
michael@0 | 5 | *.o |
michael@0 | 6 | *~ |
michael@0 | 7 | |
michael@0 | 8 | # custom types |
michael@0 | 9 | *.au |
michael@0 | 10 | *.auf |
michael@0 | 11 | *.avi |
michael@0 | 12 | *.m4a |
michael@0 | 13 | *.mkv |
michael@0 | 14 | *.mp3 |
michael@0 | 15 | *.mp4 |
michael@0 | 16 | *.ogv |
michael@0 | 17 | *.ts |
michael@0 | 18 | *.wav |
michael@0 | 19 | *.webm |
michael@0 | 20 | |
michael@0 | 21 | # custom paths |
michael@2 | 22 | proto |
michael@0 | 23 | scratch |
michael@0 | 24 | videos/*.png |
michael@0 | 25 | videos/*.pdf |
michael@0 | 26 | |
michael@0 | 27 | # files too big and unimportant to track |
michael@0 | 28 | graphics/ubudesktop.xcf |
michael@0 | 29 | |
michael@2 | 30 | # versioned generated files |
michael@2 | 31 | docs/procomexsum-1.0.txt |
michael@3 | 32 | docs/procompropos-1.0.txt |
michael@2 | 33 | |
michael@0 | 34 | syntax: regexp |
michael@0 | 35 | .*\#.*\#$ |
michael@0 | 36 | |
michael@0 | 37 | # ignore all but text or sav (saved not forgotton) extensions |
michael@2 | 38 | docs/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+ |
michael@0 | 39 | |
michael@0 | 40 | # ignore all but most important design files |
michael@0 | 41 | design/(?!.*\.graffle$).+ |
michael@0 | 42 | |
michael@0 | 43 | # ignore all but lightweight vectors and import gimp sources |
michael@0 | 44 | graphics/(?!.*\.svg$|.*\.xcf$).+ |
michael@0 | 45 | |
michael@0 | 46 | ## ignore all but lightweight video files |
michael@0 | 47 | #videos/(?!.*\.set$|.*\.vtt$|.*\.txt$|.*\.sh$|Make.*).+ |
michael@0 | 48 | #videos/procompromtts/text These are left out! |
michael@0 | 49 | #videos/procompromtts/voix These are left out! |