.hgignore

Sat, 09 Jul 2011 09:48:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 09 Jul 2011 09:48:07 +0200
changeset 7
10758789e572
parent 0
ff1b43f833a9
child 10
5b52bd88259b
permissions
-rw-r--r--

Ignore additional deployment directories which are copied at build time.

     1 syntax: glob
     2 *.orig
     3 *.rej
     4 moc_*
     5 *.gz
     6 *.o
     7 *~
     8 *.pro.user
     9 Makefile
    10 docs/schachuhr.6
    11 docs/schachuhr.6.gz
    12 qml/*.png
    13 qml/*.jpeg
    14 icons/*.png
    15 scrshots/*
    16 share

mercurial