diff options
author | 2012-01-27 15:54:19 +0100 | |
---|---|---|
committer | 2012-01-27 15:54:19 +0100 | |
commit | 8aff939c6831ac73eb6a6a4a07a6c475e15ed308 (patch) | |
tree | db5239f2b4388bbb63bc40e382af68e909089a64 /.gitignore | |
parent | Fix bugs related to empty lines handling. (diff) | |
download | arch-tools-8aff939c6831ac73eb6a6a4a07a6c475e15ed308.tar.gz arch-tools-8aff939c6831ac73eb6a6a4a07a6c475e15ed308.tar.bz2 arch-tools-8aff939c6831ac73eb6a6a4a07a6c475e15ed308.zip |
Begin work on maintainer-timeout script.
Extract common parts to common.py
Fix bug where only first 100 bug details were retrieved from Bugzilla.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc |