.gitignore
author Mikael Berthe <mikael@lilotux.net>
Sun, 27 Mar 2011 22:03:30 +0200
changeset 113 3d4f0415c8f8
parent 0 65cbecad22b4
permissions -rw-r--r--
Sync with new dev API

# 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