.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 25 Mar 2010 21:01:27 +0200
changeset 7 b87a5d8cd8ad
parent 0 1c4eb7aed6c2
permissions -rw-r--r--
Use new scr_* functions

# 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