.gitignore
author Mikael Berthe <mikael@lilotux.net>
Wed, 23 Mar 2011 19:30:52 +0100
changeset 40 d1826ea1d01f
parent 0 1f40c28a4cc8
permissions -rw-r--r--
Module should still work with mcabber 0.10.0

# 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