manila-tempest-plugin/.gitignore
Dustin Schoenbrun 2cbcae3e25 Add line for PyCharm IDE in gitignore file
There was no entry in the gitignore file for JetBrains IDEs like PyCharm.
This patch adds an entry to ignore the .idea directory that is created
when the manila-tempest-plugin git tree is imported as a project into
PyCharm.

Change-Id: I1e185976f9d1467eefe96548a2e090d1dd30ffca
2018-06-27 15:37:37 -04:00

63 lines
571 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.stestr
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Files created by releasenotes build
releasenotes/build
# PyCharm IDE
.idea/