.hgignore

Sat, 01 Feb 2014 17:49:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 01 Feb 2014 17:49:19 +0100
changeset 5
8dc756a1be93
parent 2
fd09fe5d6f21
child 6
de6bb178cc9b
permissions
-rw-r--r--

Improve consistency of heading and subheading wording in staged delivery.

     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-1.0.txt
    32 docs/procompropos-1.0.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