diff options
author | Vincent Richard <[email protected]> | 2013-10-20 11:24:34 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-10-20 11:24:34 +0000 |
commit | 456907595198a08d085368cc985a11a6de6c4047 (patch) | |
tree | ae73ac52bfd8ca6d4bf474941632d3558937abd2 /.gitignore | |
parent | Fixed group parsing in mailboxList. (diff) | |
download | vmime-456907595198a08d085368cc985a11a6de6c4047.tar.gz vmime-456907595198a08d085368cc985a11a6de6c4047.zip |
Fixed build of samples (now use CMake).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -13,10 +13,10 @@ doc/html/* /run-tests # CMake-generated / Build files -/CMakeFiles/ -/CMakeCache.txt +CMakeFiles/ +CMakeCache.txt /_CPack_Packages/ -/cmake_install.cmake +cmake_install.cmake /CPackConfig.cmake /CPackSourceConfig.cmake /Doxyfile @@ -28,7 +28,8 @@ doc/html/* /vmime/export-static.hpp /vmime/export-shared.hpp /COPYING.txt -/build/ +build/ +Makefile # Outsourced build test /_build/ |