mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-15 13:24:19 +00:00
35 lines
277 B
Plaintext
35 lines
277 B
Plaintext
# Binary Files
|
|
|
|
Binaries/
|
|
Intermediate/
|
|
|
|
# Cargo Files
|
|
|
|
Cargo.lock
|
|
|
|
# FFI Bindings
|
|
|
|
Source/Library.h
|
|
|
|
# Visual Studio Project Files
|
|
|
|
.vs/
|
|
|
|
*.sln
|
|
*.vcxproj
|
|
*.filters
|
|
*.user
|
|
|
|
# CMake Project Files
|
|
|
|
Makefile
|
|
|
|
# Xcode Project Files
|
|
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
|
|
# Mac OSX
|
|
|
|
.DS_Store
|