.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 05 Nov 2009 12:45:24 +0200
changeset 8 859e715adfcd
parent 0 1f40c28a4cc8
permissions -rw-r--r--
Forgot to add handlers to list

# 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