.hgignore

Wed, 13 Aug 2014 20:55:48 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 13 Aug 2014 20:55:48 +0200
changeset 1
9985a2a35a6a
child 2
eff35b87fb56
permissions
-rw-r--r--

Make general improvements to the package specification.

michael@0 1 syntax: glob
michael@0 2 *.orig
michael@0 3 *.rej
michael@0 4 *.swp
michael@0 5 *.o
michael@0 6 *~
michael@0 7
michael@0 8 # custom paths
michael@0 9 old
michael@0 10 proto
michael@0 11
michael@0 12 # files too big to track
michael@0 13 graphics/ubudesktop.xcf
michael@0 14
michael@0 15 syntax: regexp
michael@0 16 .*\#.*\#$
michael@0 17
michael@0 18 # ignore all but text or sav (saved not forgotton) extensions
michael@0 19 doc/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+
michael@0 20
michael@0 21 # ignore all but most important design files
michael@0 22 design/(?!.*\.graffle$).+

mercurial