.gitignore
author Mikael Berthe <mikael@lilotux.net>
Thu, 11 Nov 2010 22:31:41 +0100
changeset 6 55944382d88b
parent 0 3f69962cbbf4
permissions -rw-r--r--
Use sysconf(_SC_CLK_TCK) and G_GSIZE_MODIFIER

# 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