]> git.saurik.com Git - apt.git/blob - .gitignore
Don't download "optional" files not in Release :/.
[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 **/apt-pkg/tagfile-keys.cc
21
22 # Templates
23 *.pot
24 *.pot-*
25 !/po/apt-all.pot
26
27 # Vendor files
28 **/vendor/sources.list
29 **/LC_MESSAGES/
30
31 # docbook stylesheets (generated from .cmake.in)
32 docbook-html-style.xsl
33 manpage-style.xsl
34 docbook-text-style.xsl
35
36 # Programs
37 **/ftparchive/apt-ftparchive
38 **/cmdline/apt
39 **/cmdline/apt-cache
40 **/cmdline/apt-cdrom
41 **/cmdline/apt-config
42 **/cmdline/apt-extracttemplates
43 **/cmdline/apt-get
44 **/cmdline/apt-helper
45 **/cmdline/apt-key
46 **/cmdline/apt-mark
47 **/cmdline/apt-sortpkgs
48 **/cmdline/planners
49 **/cmdline/solvers
50 **/cmdline/apt
51
52 **/methods/file
53 **/methods/copy
54 **/methods/store
55 **/methods/gpgv
56 **/methods/cdrom
57 **/methods/http
58 **/methods/https
59 **/methods/mirror
60 **/methods/ftp
61 **/methods/rred
62 **/methods/rsh
63 **/methods/ssh
64 **/methods/gzip
65 **/methods/bzip2
66 **/methods/xz
67 **/methods/lzma
68
69 **/test/interactive-helper/aptwebserver
70 **/test/interactive-helper/extract-control
71 **/test/interactive-helper/rpmver
72 **/test/interactive-helper/testdeb
73 **/test/interactive-helper/mthdcat
74 **/test/interactive-helper/test_fileutl
75 **/test/interactive-helper/test_udevcdrom
76 **/test/libapt/libapt_test
77
78 # Documentation
79 Doxyfile
80 doxygen/
81 *.html/
82 *.text.html
83 *.text
84 *.*stamp*
85 *.[1-9]
86 **/doc/*/*.xml
87 **/doc/*/*.dbk
88 !/doc/examples/
89
90 # Backend files
91 Makefile
92 *.ninja
93 .ninja*
94
95 !CMakeLists.txt
96
97 # package building artifacts
98 /debian/*.log
99 /debian/*.substvars
100 /debian/*.debhelper
101 /debian/files
102 /debian/apt/
103 /debian/apt-doc/
104 /debian/apt-utils/
105 /debian/libapt-pkg*/
106 /debian/libapt-inst*/
107 /debian/libapt-pkg-dev/
108 /debian/libapt-pkg-doc/
109 /debian/apt-transport-https/
110
111 # generated for and by abicheck
112 /abicheck/apt_build.xml
113 /abicheck/apt_installed.xml
114 /abicheck/compat_reports/
115 /abicheck/logs/