.hgignore
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 20:18:21 +0200
changeset 28 32bebcf6bbbd
parent 20 366078a16d85
permissions -rw-r--r--
[avv] Dynamic commands dependencies

# 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