Files
v-cross-compilation-example/.gitignore
2025-09-20 00:24:17 +03:00

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/