.gitignore
author Mikael Berthe <mikael@lilotux.net>
Mon, 07 Mar 2011 19:41:44 +0100
changeset 39 ab9dad1e6d66
parent 0 1f40c28a4cc8
permissions -rw-r--r--
Merge with an updated copy of isbear repository

# 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