.hgignore

Thu, 26 Jun 2014 16:02:52 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 26 Jun 2014 16:02:52 +0200
changeset 8
d70b35c3f4ee
parent 3
ead02cbb7b10
permissions
-rw-r--r--

Correct mistyped spelling of Cordova (rather than Coordova.)

     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