]> git.saurik.com Git - apt.git/blob - .gitignore
Do not read stderr from proxy autodetection scripts
[apt.git] / .gitignore
1 # Include directory
2 include/
3
4 # Cmake files
5 CMakeCache.txt
6 CMakeFiles
7 CMakeScripts
8 Makefile
9 cmake_install.cmake
10 install_manifest.txt
11 CTestTestfile.cmake
12 Testing/
13
14 gtest-*
15
16 # Compiled output
17 *.o
18 *.so*
19 *.versionscript
20
21 # Templates
22 *.pot
23 *.pot-*
24 !/po/apt-all.pot
25
26 # Vendor files
27 **/vendor/sources.list
28 **/LC_MESSAGES/
29
30 # docbook stylesheets (generated from .cmake.in)
31 docbook-html-style.xsl
32 manpage-style.xsl
33 docbook-text-style.xsl
34
35 # Programs
36 **/ftparchive/apt-ftparchive
37 **/cmdline/apt
38 **/cmdline/apt-cache
39 **/cmdline/apt-cdrom
40 **/cmdline/apt-config
41 **/cmdline/apt-extracttemplates
42 **/cmdline/apt-get
43 **/cmdline/apt-helper
44 **/cmdline/apt-key
45 **/cmdline/apt-mark
46 **/cmdline/apt-sortpkgs
47 **/cmdline/planners
48 **/cmdline/solvers
49 **/cmdline/apt
50
51 **/methods/file
52 **/methods/copy
53 **/methods/store
54 **/methods/gpgv
55 **/methods/cdrom
56 **/methods/http
57 **/methods/https
58 **/methods/mirror
59 **/methods/ftp
60 **/methods/rred
61 **/methods/rsh
62 **/methods/ssh
63 **/methods/gzip
64 **/methods/bzip2
65 **/methods/xz
66 **/methods/lzma
67
68 **/test/interactive-helper/aptwebserver
69 **/test/interactive-helper/extract-control
70 **/test/interactive-helper/rpmver
71 **/test/interactive-helper/testdeb
72 **/test/interactive-helper/mthdcat
73 **/test/interactive-helper/test_fileutl
74 **/test/interactive-helper/test_udevcdrom
75 **/test/libapt/libapt_test
76
77 # Documentation
78 Doxyfile
79 doxygen/
80 *.html/
81 *.text.html
82 *.text
83 *.*stamp*
84 *.[1-9]
85 **/doc/*/*.xml
86 **/doc/*/*.dbk
87 !/doc/examples/
88
89 # Backend files
90 Makefile
91 *.ninja
92 .ninja*
93
94 !CMakeLists.txt
95
96 # package building artifacts
97 /debian/*.log
98 /debian/*.substvars
99 /debian/*.debhelper
100 /debian/files
101 /debian/apt/
102 /debian/apt-doc/
103 /debian/apt-utils/
104 /debian/libapt-pkg*/
105 /debian/libapt-inst*/
106 /debian/libapt-pkg-dev/
107 /debian/libapt-pkg-doc/
108 /debian/apt-transport-https/
109
110 # generated for and by abicheck
111 /abicheck/apt_build.xml
112 /abicheck/apt_installed.xml
113 /abicheck/compat_reports/
114 /abicheck/logs/