.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 16 Mar 2009 19:57:51 +0200
changeset 35 8deda77c72e5
parent 0 65cbecad22b4
permissions -rw-r--r--
Pep and disco use user-supplied connection

# 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