.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 14 Jan 2010 16:08:11 +0200
changeset 9 c80824a5a042
parent 0 1d7a0bc3e38b
permissions -rw-r--r--
Fix function name

# 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