Add placeholder for tests/doctests/ and add to .gitignore.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-28 08:26:46 +00:00
parent eec650d13f
commit f1d5622a13
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -53,6 +53,7 @@ tags
*.secring
*random_seed*
*.log
tests/doctests/*
# Ignore distutils record of installed files:
installed-files.txt

View File

@ -0,0 +1,4 @@
This directory contains files related to doctests in python-gnupg docstrings.
This file is a placeholder so that this directory exists when doctests are
executed, and is not necessary to keep. It is safe to delete this directory.