.hgignore
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 17 Aug 2012 17:41:41 +0300
changeset 26 e7c23279462c
parent 16 d4571e41b19c
permissions -rw-r--r--
Add title directive

# 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