diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-05-22 00:57:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 00:57:47 +0000 |
commit | 04edf9e1117096f17136c3a9ff920ddb18b6a678 (patch) | |
tree | 19d39c79414bc13a33cca1a04a7aaddc018ffb40 | |
parent | 9c28e5d06108cbf84fc51aaa461cf5858046d125 (diff) | |
parent | 141469aa05c64d5e12dc0e6227dfcce3541ea3d2 (diff) |
Merge "Added PyCharms files to gitignore."
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4843ba8ba..f2c8fd9c0 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ cover/ /docs_build/ /docs_output/ /docs/apidocs/yardstick*.rst +#PyCharm IDE project configuration files +.idea/ |