.hgignore

Mon, 27 Apr 2015 16:26:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 27 Apr 2015 16:26:07 +0200
changeset 1
4fe1d734f8d6
permissions
-rw-r--r--

Avoid tracking of intentionally ignored files.

     1 syntax: glob
     2 *.orig
     3 *.rej
     4 *.o
     5 *~
     7 .excludes
     8 timetask.ubuntuhtmlproject.user
    10 dist
    12 doc/shot*.png
    13 doc/design*.pdf
    14 doc/miscnotas.txt

mercurial