.hgignore
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 18:45:53 +0300
changeset 12 b88ea7f650f1
parent 5 d8550798bb1d
permissions -rw-r--r--
Add AVV description

syntax: glob

# 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