diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-31 19:33:40 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-01-31 19:33:40 +0100 |
commit | 9312c14b47a2d6e58238902d1424ae8d45d73ac5 (patch) | |
tree | a89ba3a812cf987e815dab6df2929f76dd914675 /.gitignore | |
parent | 46544ec5126051b8e933e6036c528c2e811e932e (diff) | |
download | pianobar-9312c14b47a2d6e58238902d1424ae8d45d73ac5.tar.gz pianobar-9312c14b47a2d6e58238902d1424ae8d45d73ac5.tar.bz2 pianobar-9312c14b47a2d6e58238902d1424ae8d45d73ac5.zip |
Switch build system to cmake
lib{piano,wardrobe} are now static libraries and not installed any more.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 6 insertions, 16 deletions
@@ -1,20 +1,10 @@ -.deps -.libs -*.lo -*.la *.o # vim swap files .*.sw* -aclocal.m4 -autom4te.cache -compile -config.* -configure -depcomp -install-sh -libtool -ltmain.sh Makefile -Makefile.in -missing -stamp-h1 +config.h +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +*.a +install_manifest.txt |