mirror of
https://github.com/SeleniumHQ/selenium.git
synced 2026-03-29 06:30:33 +00:00
4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/sh
|
|
git update-index --assume-unchanged cpp/iedriver/Generated/atoms.h
|
|
exit 0
|