Skip to content

Commit

Permalink
Update .gitignore for java/client/iedriver.log
Browse files Browse the repository at this point in the history
java/client/iedriver.log to be ignored

On running test case with IE driver, the log file is created
and is marked a new file, which affects the patch creation.

Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
asashour authored and lukeis committed Jul 14, 2015
1 parent 8b65a2a commit 91b95b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ maven/target
maven/*/target
java/client/build/
java/client/log.txt
java/client/iedriver.log
java/server/build/
*.pyc
dist/
Expand Down

0 comments on commit 91b95b9

Please sign in to comment.