File: .gitignore

package info (click to toggle)
python-swiftclient 1%3A3.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,416 kB
  • sloc: python: 17,151; makefile: 84; sh: 50
file content (20 lines) | stat: -rw-r--r-- 203 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
*.sw?
dist/
.tox
*.egg
*.egg-info
*.py[co]
.DS_Store
*.log
.testrepository
.stestr/
subunit.log
build
swiftclient/versioninfo
.autogenerated
.coverage
cover/
coverage.xml
doc/build
doc/source/api/
.idea