aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9976ce0d296bd4fae3b5475834851248b6aed280 (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
44
*.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/
Makefile

# Outsourced build test
/_build/
/_install/

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

# Mac
._DS_Store