Skip to content

Commit e745a91

Browse files
committed
[py] update list of files and directories to git ignore
1 parent 3497094 commit e745a91

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.gitignore

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,19 @@ __pycache__
6262
.tox
6363
*.pyc
6464
dist/
65-
py/selenium/webdriver/common/devtools/*.py
66-
py/selenium/webdriver/common/devtools/py.typed
65+
py/selenium/webdriver/common/devtools/**/*
6766
!py/selenium/webdriver/common/devtools/util.py
68-
py/selenium/webdriver/firefox/amd64/
69-
py/selenium/webdriver/firefox/webdriver.xpi
67+
py/selenium/webdriver/common/linux/
68+
py/selenium/webdriver/common/macos/
69+
py/selenium/webdriver/common/mutation-listener.js
70+
py/selenium/webdriver/common/windows/
7071
py/selenium/webdriver/firefox/webdriver_prefs.json
71-
py/selenium/webdriver/firefox/x86/
7272
py/selenium/webdriver/remote/findElements.js
7373
py/selenium/webdriver/remote/getAttribute.js
7474
py/selenium/webdriver/remote/isDisplayed.js
7575
py/docs/build/
7676
py/build/
7777
py/LICENSE
78-
py/selenium/webdriver/common/linux/
79-
py/selenium/webdriver/common/windows/
80-
py/selenium/webdriver/common/macos/
8178
selenium.egg-info/
8279
third_party/java/jetty/jetty-repacked.jar
8380
*.user

0 commit comments

Comments
 (0)