.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 30 Mar 2010 23:29:22 +0300
changeset 21 32ac35851254
parent 0 1d7a0bc3e38b
permissions -rw-r--r--
Enablce compiler warnings

# 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