mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Add .gitignore for generated library files
This commit is contained in:
parent
a9b5fc7f63
commit
992324f318
1 changed files with 7 additions and 0 deletions
7
bindings/go/.gitignore
vendored
Normal file
7
bindings/go/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Ignore generated libraries directory
|
||||
/libs/
|
||||
|
||||
# Ignore any extracted libraries in development
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
Loading…
Add table
Add a link
Reference in a new issue