- Removed settings.json from appearing as it only contains file accosiations - Updated config to have one global instead of one for Linux and Windows each as they were identical
23 lines
352 B
Plaintext
23 lines
352 B
Plaintext
# Visual studio directory (all uneeded) #
|
|
.vs/
|
|
|
|
# Uneeded autogenerated VSCode files #
|
|
.vscode/settings.json
|
|
|
|
# Build folders (different depending on IDE) #
|
|
build/
|
|
out/
|
|
|
|
# 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
|