764bbeb46f
The .idea directoy is used by pycharm and should not be included in the change list. The change extends the .gitignore file to avoid .idea directory to be shown in the change list. Change-Id: I6b97804408dc750b466d16d2307a3a65348ca593
21 lines
183 B
Plaintext
21 lines
183 B
Plaintext
*~
|
|
*.pyc
|
|
*.local
|
|
AUTHORS
|
|
ChangeLog
|
|
MANIFEST
|
|
dist/
|
|
.venv/
|
|
build/*
|
|
build-stamp
|
|
cover/*
|
|
doc/build/
|
|
doc/source/api/
|
|
*.egg-info
|
|
*.egg
|
|
.autogenerated
|
|
.coverage
|
|
.testrepository/
|
|
.tox/
|
|
.idea
|