.hgignore

Sat, 08 Feb 2014 18:12:43 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 08 Feb 2014 18:12:43 +0100
changeset 7
c69b2d53c910
parent 3
ead02cbb7b10
permissions
-rw-r--r--

Complete finished version of production promotional video.

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

mercurial