commit a9c48e1402b042dacfe2e6fcaa85ec8ef183f517 Author: Isis Lovecruft isis@torproject.org Date: Sat Nov 16 11:29:18 2013 +0000
Ignore state files. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index f642ca2..47e47b1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ MANIFEST
# Installer logs pip-log.txt +pip-install.log installed-files.txt
# Unit test / coverage reports @@ -84,4 +85,7 @@ run/* lib/bridgedb/_langs.py
# ignore any changes to our GnuPG directory: -gnupghome/* \ No newline at end of file +gnupghome/* + +# ignore persistent state files +*bridgedb.state*