| 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 | debian/libapt-pkg[0-9]*.install |
| 14 | debian/libapt-inst[0-9]*.install |
| 15 | |
| 16 | # abichecker related files/dir |
| 17 | abicheck/apt_build.xml |
| 18 | abicheck/apt_installed.xml |
| 19 | abicheck/compat_reports/ |
| 20 | abicheck/descriptors_storage/ |
| 21 | abicheck/header_compile_errors/ |
| 22 | abicheck/test_results/ |
| 23 | abicheck/tests/ |
| 24 | |
| 25 | # generated files in the progress to build all |
| 26 | # apt man pages and other documentation |
| 27 | ./doc/*/ |
| 28 | !./doc/examples/ |
| 29 | ./doc/examples/sources.list |
| 30 | !./doc/po/ |