File: .gitignore

package info (click to toggle)
python-zaqarclient 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: python: 4,417; makefile: 18; sh: 2
file content (22 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*~
*.pyc
*.dat
TAGS
*.egg-info
*.egg
build
.coverage
.tox
cover
venv
.venv
*.sublime-workspace
*.sqlite
.*.swp
.DS_Store
.testrepository
.stestr/*
versioninfo
var/*
ChangeLog
AUTHORS