From 7b96acf7b415a3aa17d80bf86aae5aad8ac5f772 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Sat, 6 Jun 2015 04:06:21 +0200 Subject: [PATCH] Update .gitignore During running the tests, two files are generated I believe they should be added to .gitignore, so they are not committed by mistake. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fab304839a19f..b1ebbbc6ff7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -39,6 +40,7 @@ maven/*/src maven/target maven/*/target java/client/build/ +java/client/log.txt java/server/build/ *.pyc dist/