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