File: .gitignore

package info (click to toggle)
python-jenkinsapi 0.3.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: python: 10,001; xml: 50; makefile: 31; sh: 26
file content (33 lines) | stat: -rw-r--r-- 329 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
29
30
31
32
33
.svn
.project
.pydevproject
*.pyc
*.egg-info
/build
/dist
.settings
*.DS_Store
localinstance_files/
.coverage/
.coverage
nosetests.xml
coverage*/
.idea/
include/
lib/
*.egg
.tox/*
*.sw?
/jenkinsapi_tests/systests/coverage.xml
/.cache
/AUTHORS
/ChangeLog
.pytest_cache
.eggs
coverage.xml
.venv/
.vscode/
*.war
venv/
tags
.pytype/