]>
Commit | Line | Data |
---|---|---|
1 | # temporary and backup files | |
2 | *~ | |
3 | *.bak | |
4 | *.rej | |
5 | ||
6 | # buildrelated files/dirs | |
7 | aclocal.m4 | |
8 | autom4te.cache/ | |
9 | build/ | |
10 | configure | |
11 | buildlib/config.sub | |
12 | buildlib/config.guess | |
13 | ||
14 | # abichecker related files/dir | |
15 | abicheck/apt_build.xml | |
16 | abicheck/apt_installed.xml | |
17 | abicheck/compat_reports/ | |
18 | abicheck/descriptors_storage/ | |
19 | abicheck/header_compile_errors/ | |
20 | abicheck/test_results/ | |
21 | abicheck/tests/ | |
22 | ||
23 | # generated files in the progress to build all | |
24 | # apt man pages and other documentation | |
25 | ./doc/*/ | |
26 | !./doc/examples/ | |
27 | !./doc/po/ |