mirror of
https://github.com/SeleniumHQ/selenium.git
synced 2026-03-27 23:21:18 +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
|