Files
LXC/.gitignore
Pasha Bibko c59d8cfb5c Setup VSCode build system
Works on both Linux and Windows
2025-08-11 14:09:01 +01:00

22 lines
290 B
Plaintext

# CMake output directory #
out/
# Visual studio directory #
.vs/
# VSC and manual build folders #
build/
# Excludes binary outputs in root dir #
*.exe
*.ilk
*.pdb
# Linux binary files to exclude #
PashaBibko-UTIL-Example
LXC_Tests
lxc
# Ignores the log output file of the .exe #
*.log