.hgignore

Wed, 13 Aug 2014 21:21:38 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 13 Aug 2014 21:21:38 +0200
changeset 8
27ccf35bbae7
parent 0
eb6d4ce6fd78
permissions
-rw-r--r--

Include early stage untested SYS5 init.d(7) script drafts.

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

mercurial