File: .gitignore

package info (click to toggle)
bootstrap-vz 0.9.11%2B20180121git-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,244 kB
  • sloc: python: 8,800; sh: 813; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
# Jekyll-generated files
/Gemfile.lock
/_site/
# When developing for ec2 `vagrant provision' is quite handy
/Vagrantfile
/.vagrant/
# Building the package
/build/
/dist/
/bootstrap_vz.egg-info/
# Testing
/.coverage
/.tox/
/build-servers.yml
/integration.html