~ubuntu-branches/ubuntu/wily/bandit/wily-proposed

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Package Import Robot
  • Author(s): Dave Walker (Daviey)
  • Date: 2015-07-22 09:01:39 UTC
  • Revision ID: package-import@ubuntu.com-20150722090139-fl0nluy0x8m9ctx4
Tags: upstream-0.12.0
ImportĀ upstreamĀ versionĀ 0.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
env*
 
2
venv*
 
3
*.pyc
 
4
.DS_Store
 
5
*.egg
 
6
*.egg-info
 
7
.eggs/
 
8
.tox
 
9
.testrepository
 
10
build/*
 
11
cover/*
 
12
.cover