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

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

mercurial