diff options
author | raimon <raimon49@hotmail.com> | 2018-02-04 17:01:22 +0900 |
---|---|---|
committer | raimon <raimon49@hotmail.com> | 2018-02-04 17:03:04 +0900 |
commit | f651f0d3eef062a8592e017a194e703d93f3e5c9 (patch) | |
tree | e1df1e8e9a7df73de25706f5d03222dd4c353ab2 | |
parent | 6b07d3b3c6076612d6c3177fedb7416b7d5e49a3 (diff) | |
download | gitignore-f651f0d3eef062a8592e017a194e703d93f3e5c9.tar.gz gitignore-f651f0d3eef062a8592e017a194e703d93f3e5c9.zip |
Add ignore '.pytest_cache' directory in Unit test section
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index af2f5375..b989be6c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo |