zaqar/.gitignore
pawnesh kumar 1f5e4d0c90 Add .idea pattern to .gitignore
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
2017-04-10 16:01:48 +05:30

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