Skip to content

Commit

Permalink
Add some binaries to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Nov 10, 2024
1 parent a1de37d commit 7988156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/LanguageIdentification.CLD2.Native/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
libcld2.so
libcld2.dll
libcld2.arm64.dylib
libcld2.x86_64.dylib
build_temp/**
2 changes: 1 addition & 1 deletion src/LanguageIdentification.Whatlang.Native/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libwhatlang.so
whatlang.dll
libwhatlang.arm64.dylib
libwhatlang.x86_64.dylib
whatlang.dll
build_temp/**

0 comments on commit 7988156

Please sign in to comment.