mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-30 12:32:54 +00:00
chore: gitignore Linux/ build output, Common symlink, x64/
This commit is contained in:
parent
6c5a675f3c
commit
470308f177
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -17,6 +17,13 @@ compile_commands.json
|
|||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# Build output directories
|
||||
Linux/
|
||||
x64/
|
||||
|
||||
# Asset symlink (created at runtime for working directory resolution)
|
||||
Common
|
||||
|
||||
# Compiled objects / binaries
|
||||
*.o
|
||||
*.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue