18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
# CMake output directory #
|
|
out/
|
|
|
|
# Visual studio directory #
|
|
.vs/
|
|
|
|
# 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
|