diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-02 18:57:27 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-02 18:57:27 +0100 |
commit | 5bdd31d56d4ae367f85195de327017c748ad7e89 (patch) | |
tree | 18cd26c2cf843439b2b2665fd0d4c1caafe92bc4 /.bzrignore | |
parent | 37049546fc18d93f4387917bc9b8181e8adeb3fa (diff) |
ignore the autogenerated files and directories in abicheck/
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index ac276b3fb..c4cd052a7 100644 --- a/.bzrignore +++ b/.bzrignore @@ -11,6 +11,15 @@ configure buildlib/config.sub buildlib/config.guess +# abichecker related files/dir +abicheck/apt_build.xml +abicheck/apt_installed.xml +abicheck/compat_reports/ +abicheck/descriptors_storage/ +abicheck/header_compile_errors/ +abicheck/test_results/ +abicheck/tests/ + # generated files in the progress to build all # apt man pages and other documentation doc/*.1 |