diff options
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 000000000..45db3c607 --- /dev/null +++ b/.bzrignore @@ -0,0 +1,22 @@ +# temporary and backup files +*~ +*.bak +*.rej + +# buildrelated files/dirs +aclocal.m4 +autom4te.cache/ +build/ +configure + +# generated files in the progress to build all +# apt man pages and other documentation +doc/*.1 +doc/*.5 +doc/*.8 +doc/*/*.1 +doc/*/*.5 +doc/*/*.8 +doc/*/apt.ent +doc/*/*.xml +doc/*/*.sgml |