File: .gitignore

package info (click to toggle)
python-wsme 0.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: python: 6,064; makefile: 27; javascript: 8
file content (30 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
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
29
30
*.pyc
*.pyo
*.egg-info
*.swp
*.orig
~*
*~
.coverage*
coverage*.xml
.noseids
.tox
.test_sphinxext
nosetests*.xml

build
dist

doc/_build
d2to1-*.egg

WSME.egg-info/
/.eggs

# Files created by pbr
AUTHORS
ChangeLog
pbr*.egg

# Cross-test logs
cross-test-*.log