Sun, 19 Jan 2014 20:39:54 +0100
Import initial revisions of new project Procom.
1 syntax: glob
2 *.orig
3 *.rej
4 *.o
5 *~
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
20 # custom paths
21 scratch
22 videos/*.png
23 videos/*.pdf
25 # files too big and unimportant to track
26 graphics/ubudesktop.xcf
28 syntax: regexp
29 .*\#.*\#$
31 # ignore all but text or sav (saved not forgotton) extensions
32 docs/(?!.*\.sav$|.*\.txt$).+
34 # ignore all but most important design files
35 design/(?!.*\.graffle$).+
37 # ignore all but lightweight vectors and import gimp sources
38 graphics/(?!.*\.svg$|.*\.xcf$).+
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!