.hgignore

Tue, 12 Aug 2014 18:32:40 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 12 Aug 2014 18:32:40 +0200
changeset 0
eb6d4ce6fd78
child 2
eff35b87fb56
permissions
-rw-r--r--

Import initial revisions of new project mDNSGw.

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

mercurial