.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 08 Apr 2010 15:00:06 +0300
changeset 17 2c47fa36d473
parent 0 53ef7728edcf
permissions -rw-r--r--
Fix typo (reported by Hermitifier)

# 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