Files
LXC/.gitignore
2025-08-06 23:30:11 +01:00

23 lines
358 B
Plaintext

# CMake output directory #
out/
# Visual studio directory (excluding launch settings) #
.vs/LXC
.vs/CMake Overview
.vs/cmake.db
.vs/ProjectSettings.json
.vs/slnx.sqlite
.vs/VSWorkspaceState.json
# VSC and manual build folders #
.vscode/
build/
# Excludes binary outputs in root dir #
*.exe
*.ilk
*.pdb
# Ignores the log output file of the .exe #
LXC.log