Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
During running the tests, two files are generated

I believe they should be added to .gitignore, so they are not committed by mistake.
  • Loading branch information
asashour committed Jun 6, 2015
1 parent d552c47 commit 7b96acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ out
cpp/IEDriver/sizzle.h
third_party/gecko-*
cpp/iedriver/Generated/atoms.h
cpp/iedriver/sizzle.h
chromedriver.log
junit*.properties
WebDriver.suo
Expand All @@ -39,6 +40,7 @@ maven/*/src
maven/target
maven/*/target
java/client/build/
java/client/log.txt
java/server/build/
*.pyc
dist/
Expand Down

0 comments on commit 7b96acf

Please sign in to comment.