first commit for versioning

This commit is contained in:
Natsirt867
2026-01-05 10:03:07 -06:00
commit 987343376d
348 changed files with 89570 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# 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