File: .gitignore

package info (click to toggle)
python-funcsigs 1.0.2-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 272 kB
  • sloc: python: 1,549; makefile: 189
file content (19 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*~
*.egg
*.egg-info
*.pyc
*.pyo
*.swp
.DS_Store
.coverage
.tox/
MANIFEST
build/
docs/.build/
dist/
env*/
htmlcov/
tmp/
coverage.xml
junit.xml
.eggs/