Initial commit to backup ANSLS

This commit is contained in:
2026-03-28 11:18:48 +11:00
commit 24dc6c7cd0
1018 changed files with 609226 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Build output directories
x64/
x86/
Debug/
Release/
out/
# CLion / CMake
.idea/
cmake-build-debug/
cmake-build-release/
cmake-build-*/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
# Visual Studio
.vs/
*.user
*.suo
*.sdf
*.opensdf
*.VC.db
*.VC.opendb
ipch/
# Compiled files
*.obj
*.o
*.pch
*.pdb
*.ilk
*.exp
*.lib
*.dll
*.exe
# TortoiseGit
*.orig
# Windows
Thumbs.db
Desktop.ini