.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 12 Apr 2010 00:29:44 +0300
changeset 109 2d2111cb5109
parent 0 65cbecad22b4
permissions -rw-r--r--
Switch to object-based command handling Hopefully, I have not introduced bugs here

# 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