]> git.saurik.com Git - apt.git/blame - .gitignore
tests: copy 01autoremove from the right place
[apt.git] / .gitignore
CommitLineData
4d22a570
JAK
1# Include directory
2include/
3
4# Cmake files
5CMakeCache.txt
6CMakeFiles
7CMakeScripts
8Makefile
9cmake_install.cmake
10install_manifest.txt
11CTestTestfile.cmake
12Testing/
13
14gtest-*
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
28**/vendor/sources.list
29**/LC_MESSAGES/
30
31**/ftparchive/apt-ftparchive
32**/cmdline/apt
33**/cmdline/apt-cache
34**/cmdline/apt-cdrom
35**/cmdline/apt-config
36**/cmdline/apt-extracttemplates
37**/cmdline/apt-get
38**/cmdline/apt-helper
39**/cmdline/apt-key
40**/cmdline/apt-mark
41**/cmdline/apt-sortpkgs
42**/cmdline/planners
43**/cmdline/solvers
44**/cmdline/apt
45
46**/methods/file
47**/methods/copy
48**/methods/store
49**/methods/gpgv
50**/methods/cdrom
51**/methods/http
52**/methods/https
53**/methods/mirror
54**/methods/ftp
55**/methods/rred
56**/methods/rsh
57**/methods/ssh
58**/methods/gzip
59**/methods/bzip2
60**/methods/xz
61**/methods/lzma
62
63**/test/interactive-helper/aptwebserver
64**/test/interactive-helper/extract-control
65**/test/interactive-helper/rpmver
66**/test/interactive-helper/testdeb
67**/test/interactive-helper/mthdcat
68**/test/interactive-helper/test_fileutl
69**/test/interactive-helper/test_udevcdrom
70**/test/libapt/libapt_test
71
72# Documentation
73Doxyfile
74doxygen/
75*.html/
76*.text.html
77*.text
78*.*stamp*
79*.[1-9]
80**/doc/*/*.xml
81**/doc/*/*.dbk
4630a6ec 82!/doc/examples/
4d22a570
JAK
83
84# Backend files
85Makefile
86*.ninja
87.ninja*
88
89!CMakeLists.txt
4630a6ec
DK
90
91# package building artifacts
92/debian/*.log
93/debian/*.substvars
94/debian/*.debhelper
95/debian/files
96/debian/apt/
97/debian/apt-doc/
98/debian/apt-utils/
99/debian/libapt-pkg*/
100/debian/libapt-inst*/
101/debian/libapt-pkg-dev/
102/debian/libapt-pkg-doc/
103/debian/apt-transport-https/
104
e6d282e4
DK
105# generated for and by abicheck
106/abicheck/apt_build.xml
107/abicheck/apt_installed.xml
108/abicheck/compat_reports/
109/abicheck/logs/