23 lines
358 B
Plaintext
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
|