Skip to content

Commit

Permalink
Gitignore - don't ignore prebuilt binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Mar 2, 2023
1 parent a83e163 commit 32fcc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*.dylib
*.dll

!prebuilt/**/*.dll
!prebuilt/**/*.so
!prebuilt/**/*.dylib

# Compiled Static libraries
*.lai
*.la
Expand Down

0 comments on commit 32fcc9a

Please sign in to comment.