mirror of
https://github.com/gechandesu/v-cross-compilation-example.git
synced 2026-01-02 14:39:35 +03:00
30 lines
305 B
Plaintext
30 lines
305 B
Plaintext
# Binaries for programs and plugins
|
|
make
|
|
v-cross-compilation-example
|
|
main
|
|
helloworld
|
|
*.exe
|
|
*.exe~
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Ignore binary output folders
|
|
bin/
|
|
|
|
# Ignore common editor/system specific metadata
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# ENV
|
|
.env
|
|
|
|
# Web and database
|
|
*.db
|
|
*.js
|
|
|
|
# Build artifacts
|
|
release/
|