bootstrap-vz/.gitignore
Tiago Ilieve 2e5d291b9c Add Travis CI
By now, it will only test the coding style rules defined for the
project, which are basically a few exceptions to the PEP8.
2014-04-27 10:07:53 -03:00

13 lines
210 B
Text

*.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
/.tox