.gitignore
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 17 Jan 2010 12:08:53 +0200
changeset 10 aaaa2b1a8de0
parent 0 72ffcc3c584e
permissions -rw-r--r--
Fix linker library search path

# 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