]>
Commit | Line | Data |
---|---|---|
79789e9c DK |
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 | |
46e39c8e MV |
11 | buildlib/config.sub |
12 | buildlib/config.guess | |
79789e9c | 13 | |
93517da3 DK |
14 | # generated files in the progress to build all |
15 | # apt man pages and other documentation | |
79789e9c DK |
16 | doc/*.1 |
17 | doc/*.5 | |
18 | doc/*.8 | |
19 | doc/*/*.1 | |
20 | doc/*/*.5 | |
21 | doc/*/*.8 | |
22 | doc/*/apt.ent | |
c755c38a | 23 | doc/*/*.xml |
93517da3 | 24 | doc/*/*.sgml |