aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9c529554d4a7fdbd271450fbbda25a87e4a0d6c6 (plain)
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
*.o
*.sw?
*.a
*.dSYM
*.vim

# Doxygen-generated
doc/html/*

# SConstruct
.sconsign.dblite
/options.cache
/run-tests

# CMake-generated / Build files
/CMakeFiles/
/CMakeCache.txt
/_CPack_Packages/
/cmake_install.cmake
/CPackConfig.cmake
/CPackSourceConfig.cmake
/Doxyfile
/Makefile
/install_manifest*
/libvmime.a
/vmime.pc
/vmime/config.hpp
/vmime/export-static.hpp
/vmime/export-shared.hpp
/COPYING.txt
/build/

# CTest-generated files
/CTestTestfile.cmake
/Testing/

# Mac
._DS_Store