.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 07 May 2011 19:15:19 +0300
changeset 13 01de665a7de5
parent 0 3f69962cbbf4
permissions -rw-r--r--
Update avv description

# 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