Skip to content

Commit 7b96acf

Browse files
committed
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.
1 parent d552c47 commit 7b96acf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ out
2626
cpp/IEDriver/sizzle.h
2727
third_party/gecko-*
2828
cpp/iedriver/Generated/atoms.h
29+
cpp/iedriver/sizzle.h
2930
chromedriver.log
3031
junit*.properties
3132
WebDriver.suo
@@ -39,6 +40,7 @@ maven/*/src
3940
maven/target
4041
maven/*/target
4142
java/client/build/
43+
java/client/log.txt
4244
java/server/build/
4345
*.pyc
4446
dist/

0 commit comments

Comments
 (0)