.hgignore
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 10 Feb 2013 19:01:35 +0200
changeset 33 5052c1200b68
parent 23 78b690288db1
permissions -rw-r--r--
Proper resource freeing * all destruction work is done by notify callback * channel is unreffed right away, so only ref is in watch source * release everything by deleting watch sources

# 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