.hgignore

Thu, 30 Jan 2014 19:20:56 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 30 Jan 2014 19:20:56 +0100
changeset 2
fd09fe5d6f21
parent 0
d26705c3ba8a
child 3
ead02cbb7b10
permissions
-rw-r--r--

Include HTML portal backup and executive summary, adjust ignore accordingly.

     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
    33 syntax: regexp
    34 .*\#.*\#$
    36 # ignore all but text or sav (saved not forgotton) extensions
    37 docs/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+
    39 # ignore all but most important design files
    40 design/(?!.*\.graffle$).+
    42 # ignore all but lightweight vectors and import gimp sources
    43 graphics/(?!.*\.svg$|.*\.xcf$).+
    45 ## ignore all but lightweight video files
    46 #videos/(?!.*\.set$|.*\.vtt$|.*\.txt$|.*\.sh$|Make.*).+
    47 #videos/procompromtts/text These are left out!
    48 #videos/procompromtts/voix These are left out!

mercurial