Skip to content

Commit

Permalink
do not want the python virtualenv leaking in
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 12, 2015
1 parent 1ccd238 commit 396657e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Don't generally want Selenium log files.
tests/*/*.log

## Don't want the virtualenv stuff for python leaking in.
tests/behave/bin
tests/behave/include
tests/behave/lib
tests/behave/local

## Emacs things (from
## https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore).
*~
Expand Down

0 comments on commit 396657e

Please sign in to comment.