Files
LXC/.gitignore
2025-07-22 18:38:30 +01:00

19 lines
308 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
# Excludes binary outputs in root dir #
*.exe
*.ilk
*.pdb
# Ignores the log output file of the .exe #
LXC.log