Skip to content

Commit 54728b5

Browse files
chore: stop tracking local shim artifacts
Prevent libffshim build outputs (repo root and shim/libffshim.*) from being synced to the public mirror by excluding them in .git-copy/config.json and ignoring them in git. Prebuilt shims remain under shim/prebuilt/.
1 parent 59b0484 commit 54728b5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Local shim build artifacts (not for commit; prebuilt shims live under shim/prebuilt/)
2+
libffshim.so
3+
libffshim.dylib
4+
ffshim.dll
5+

shim/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Native shim build artifacts (generated by shim/build.sh / Make targets)
2+
libffshim.so
3+
libffshim.dylib
4+
ffshim.dll
5+

0 commit comments

Comments
 (0)