Add placeholder for tests/doctests/ and add to .gitignore.
parent
eec650d13f
commit
f1d5622a13
|
@ -53,6 +53,7 @@ tags
|
||||||
*.secring
|
*.secring
|
||||||
*random_seed*
|
*random_seed*
|
||||||
*.log
|
*.log
|
||||||
|
tests/doctests/*
|
||||||
|
|
||||||
# Ignore distutils record of installed files:
|
# Ignore distutils record of installed files:
|
||||||
installed-files.txt
|
installed-files.txt
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue