]>
Commit | Line | Data |
---|---|---|
1 | *~ | |
2 | # build artifacts | |
3 | /aclocal.m4 | |
4 | /autom4te.cache/ | |
5 | /build/ | |
6 | /buildlib/config.guess | |
7 | /buildlib/config.sub | |
8 | /configure | |
9 | ||
10 | # copy of COPYING | |
11 | /debian/copyright | |
12 | ||
13 | # generated files in the process to build all | |
14 | # apt man pages and other documentation | |
15 | /doc/*/ | |
16 | !/doc/examples/ | |
17 | !/doc/po/ | |
18 | /doc/en/* | |
19 | !/doc/en/makefile | |
20 | ||
21 | # package building artifacts | |
22 | /debian/*.log | |
23 | /debian/*.substvars | |
24 | /debian/*.debhelper | |
25 | /debian/files | |
26 | /debian/apt/ | |
27 | /debian/apt-doc/ | |
28 | /debian/apt-utils/ | |
29 | /debian/libapt-pkg*/ | |
30 | /debian/libapt-inst*/ | |
31 | /debian/libapt-pkg-dev/ | |
32 | /debian/libapt-pkg-doc/ | |
33 | /debian/apt-transport-https/ | |
34 | ||
35 | # generated from *.in files | |
36 | /cmdline/apt-key | |
37 | /doc/apt-vendor.ent | |
38 | /doc/examples/sources.list | |
39 | /debian/apt.install | |
40 | /debian/libapt-pkg*.install | |
41 | /debian/libapt-inst*.install | |
42 | /debian/libapt-pkg-dev.install | |
43 | /vendor/current | |
44 | /vendor/*/sources.list | |
45 | /vendor/*/makefile.auto | |
46 | ||
47 | # generated for and by abicheck | |
48 | /abicheck/apt_build.xml | |
49 | /abicheck/apt_installed.xml | |
50 | /abicheck/compat_reports/ | |
51 | /abicheck/logs/ |