File: .gitignore

package info (click to toggle)
python-vagrant 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 268 kB
  • sloc: python: 1,157; sh: 17; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.pyc
.coverage
.project
.pydevproject
.idea

# tox testing
.tox/

.vagrant
Vagrantfile
!tests/vagrantfiles/**/Vagrantfile

# Ingore python packaging files/dirs
/build/
/dist/
/python_vagrant.egg-info/
*.egg-info/
*.box
src/vagrant/_version.py