.hgignore
author Mikael Berthe <mikael@lilotux.net>
Sun, 14 Nov 2010 11:02:15 +0100
changeset 9 c1f0277182a3
parent 5 d8550798bb1d
permissions -rw-r--r--
Simplify code - Simplify code (revert to isbear's code in do_uptime() now that the initialization logic works better) - Calculate starttime precisely when using the /proc filesystem - Display the start date when /uptime is called

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