.hgignore

Sun, 10 Jul 2011 10:27:37 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 10 Jul 2011 10:27:37 +0200
changeset 10
5b52bd88259b
parent 7
10758789e572
permissions
-rw-r--r--

Ignore files forcefully added when starting Qt Creator (it's hard coded.)

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

mercurial