.hgignore
author Mikael Berthe <mikael@lilotux.net>
Wed, 23 Mar 2011 19:30:52 +0100
changeset 40 d1826ea1d01f
parent 31 2e856ffb57d5
child 51 30b410060a65
permissions -rw-r--r--
Module should still work with mcabber 0.10.0

syntax: glob

# 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