Files
wmo-editor/.gitignore
2026-01-05 10:03:07 -06:00

23 lines
265 B
Plaintext

# Ignore all editor files
*.swp
*.swo
*.idea
# Allowed files
!*.c
!*.h
!CMakeLists.txt
# Ignore object files
*.o
# Ignore specific folders
cmake-build-debug/
cmake-build-debug-visual-studio/
# Ignore specific binary
BLPextractor
# Ignore debugging files
*.MPQ