summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 630e508397fa1a1b1ff24ef442feb108c3755151 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Include directory
include/

# Cmake files
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
Testing/

gtest-*

# Compiled output
*.o
*.so*
*.versionscript
**/apt-pkg/tagfile-keys.cc

# Templates
*.pot
*.pot-*
!/po/apt-all.pot

# Vendor files
**/vendor/sources.list
**/LC_MESSAGES/

# docbook stylesheets (generated from .cmake.in)
docbook-html-style.xsl
manpage-style.xsl
docbook-text-style.xsl

# Programs
**/ftparchive/apt-ftparchive
**/cmdline/apt
**/cmdline/apt-cache
**/cmdline/apt-cdrom
**/cmdline/apt-config
**/cmdline/apt-extracttemplates
**/cmdline/apt-get
**/cmdline/apt-helper
**/cmdline/apt-key
**/cmdline/apt-mark
**/cmdline/apt-sortpkgs
**/cmdline/planners
**/cmdline/solvers
**/cmdline/apt

**/methods/file
**/methods/copy
**/methods/store
**/methods/gpgv
**/methods/cdrom
**/methods/http
**/methods/https
**/methods/mirror
**/methods/ftp
**/methods/rred
**/methods/rsh
**/methods/ssh
**/methods/gzip
**/methods/bzip2
**/methods/xz
**/methods/lzma

**/test/interactive-helper/aptwebserver
**/test/interactive-helper/extract-control
**/test/interactive-helper/rpmver
**/test/interactive-helper/testdeb
**/test/interactive-helper/mthdcat
**/test/interactive-helper/test_fileutl
**/test/interactive-helper/test_udevcdrom
**/test/interactive-helper/aptdropprivs
**/test/libapt/libapt_test

# Documentation
Doxyfile
doxygen/
*.html/
*.text.html
*.text
*.*stamp*
*.[1-9]
**/doc/*/*.xml
**/doc/*/*.dbk
!/doc/examples/

# Backend files
Makefile
*.ninja
.ninja*

!CMakeLists.txt

# package building artifacts
/debian/*.log
/debian/*.substvars
/debian/*.debhelper
/debian/files
/debian/apt/
/debian/apt-doc/
/debian/apt-utils/
/debian/libapt-pkg*/
/debian/libapt-inst*/
/debian/libapt-pkg-dev/
/debian/libapt-pkg-doc/
/debian/apt-transport-https/
# Copyright file copied from COPYING
/debian/copyright

# generated for and by abicheck
/abicheck/apt_build.xml
/abicheck/apt_installed.xml
/abicheck/compat_reports/
/abicheck/logs/