stackalytics/.gitignore
pawnesh kumar 764bbeb46f 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: I6b97804408dc750b466d16d2307a3a65348ca593
2017-04-10 16:10:46 +05:30

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