File: .gitignore

package info (click to toggle)
python-coriolisclient 1.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 596 kB
  • sloc: python: 5,614; makefile: 23; sh: 2
file content (28 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*.DS_Store
*.egg*
*.log
*.mo
*.pyc
*.swo
*.swp
*~
.coverage*
.idea
.testrepository
.tox
.stestr/
AUTHORS
build
ChangeLog
dist
# Doc related
doc/build
doc/source/api/
# Development environment files
.project
.pydevproject
coverage.xml
cover
# Files created by releasenotes build
releasenotes/build
.vscode/