.hgignore
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 07 Aug 2012 02:43:46 +0300
changeset 125 3e2421384d7a
parent 114 81ec4182c92d
child 139 067712fb29f6
permissions -rw-r--r--
Examples updates (shortenurl) * some updates to marking (freezes now) * added defunct readonly * added shortenulr

# ignore generated by libtool files (no more necessary)
.*\.a
.*\.o
.*\.lo
.*\.la
.*\.so
.*\.lai
.*\.so\..*
# ignore backup files
.*~
# ignore docs: they are not important and apiref is generated on the fly
.*\.html
# ignore generated makefile
Makefile
# ignore cmake files
.*\.cmake
CMake.*
CPack.*
# ignore generated header
config\.h
# ignore resulting bundles
.*\.deb
.*\.tar\.bz2
# ignore build dir
build