1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
*.o
*.sw?
*.a
*.dSYM
*.vim
# Doxygen-generated
doc/html/*
# CMake-generated / Build files
CMakeFiles/
CMakeCache.txt
/_CPack_Packages/
cmake_install.cmake
/CPackConfig.cmake
/CPackSourceConfig.cmake
/Doxyfile
/Makefile
/install_manifest*
/libvmime.a
/vmime.pc
/src/vmime/config.hpp
/src/vmime/export-static.hpp
/src/vmime/export-shared.hpp
/COPYING.txt
build/
Makefile
export-shared.hpp
export-static.hpp
# Outsourced build test
/_build/
/_install/
# CTest-generated files
/CTestTestfile.cmake
/Testing/
# Mac
._DS_Store
|