1f5e4d0c90
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: Ibed8540343198c737db22512bc8e98ab2a7942c0
30 lines
298 B
Plaintext
30 lines
298 B
Plaintext
*.bak
|
|
*.DS_Store
|
|
target/
|
|
*.pyc
|
|
*.dat
|
|
TAGS
|
|
*.egg-info
|
|
*.egg
|
|
build
|
|
.coverage
|
|
.tox
|
|
cover
|
|
venv
|
|
.venv
|
|
output.xml
|
|
*.sublime-workspace
|
|
*.sqlite
|
|
*.html
|
|
.*.swp
|
|
.DS_Store
|
|
.testrepository
|
|
versioninfo
|
|
var/*
|
|
ChangeLog
|
|
AUTHORS
|
|
etc/zaqar.conf.sample
|
|
.idea
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|