diff options
Diffstat (limited to 'vmime-master/.gitignore')
-rw-r--r-- | vmime-master/.gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vmime-master/.gitignore b/vmime-master/.gitignore new file mode 100644 index 0000000..2262aac --- /dev/null +++ b/vmime-master/.gitignore @@ -0,0 +1,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 + |