Files
LXC/.gitignore
Pasha Bibko dc1cca1843 Cleaned .vscode folder
- 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
2025-08-21 20:33:32 +01:00

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