.hgignore

Sun, 19 Jan 2014 20:39:54 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 19 Jan 2014 20:39:54 +0100
changeset 0
d26705c3ba8a
child 2
fd09fe5d6f21
permissions
-rw-r--r--

Import initial revisions of new project Procom.

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

mercurial