.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 22:27:43 +0300
changeset 13 f4c15ad3cf93
parent 0 7707b26e82fd
permissions -rw-r--r--
Use new commands interface * Use id to delete commands * Add commands to safe 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