.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 15 Feb 2010 17:12:12 +0200
changeset 20 df9cedcdb3b2
parent 0 29423ceb6adf
permissions -rw-r--r--
Use pkg-config to find mcabber headers * use pkg-config to find mcabber headers * check pep module headers * use new interfaces unconditionally

# 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