fuel-noop-fixtures/.gitignore
Dmitry Ilyin 79143636d0 Update
* Improve reporting
* More comments
* Port back file resource reporting features
* Port back data-based testing
* Improve filtering
* Improve docs

Change-Id: I218fce4e6012ce1171a5042eebc8ac95ba734c21
2016-02-29 17:57:15 +03:00

31 lines
209 B
Plaintext

# python
*.egg-info
*.eggs
*.egg
.venv
*.pyc
.tox
# IDEs
.idea
.settings
.project
# Doc
doc/_build
# Editors
*.swp
*~
# Bundle
Gemfile.lock
.bundled_gems
.bundle
# Misc
*.log
.librarian
AUTHORS
ChangeLog