.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.

     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!

mercurial