aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 78018a46f4898818b9fe1a392e9df83dcb643e05 (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
40
41
42
43
*.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/

# Outsourced build test
/_build/
/_install/

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

# Mac
._DS_Store