fuel-web/.gitignore
Vitaly Kramskikh 54edb12673 Intern-based unit tests
This commit adds unit-tests runner for UI and 1 test suite for
the expression parser. It also makes --webui flag for run_tests.sh
run all the UI tests: lint checks, unit tests, functional tests.

Change-Id: I6176dc01cdd6d2bcf7a99185e92cc498c7b2b899
2015-06-08 13:27:31 +00:00

40 lines
377 B
Plaintext

*.pyc
*.sqlite
*.gem
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid
# Vagrant housekeeping file
.vagrant
build
dist
/local_mirror
/virtualbox/iso/*.iso
nosetests.xml
nailgun.log
lock
node_modules
bower_components
nailgun/static/vendor/bower
nailgun/static/tests/bower
*.egg
.testrepository
.tox
.venv
.idea
.DS_Store
test_run/*
*.egg-info
fuel-web-venv