1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud.git synced 2025-03-09 23:18:50 +00:00

Release 1.4.4

This commit is contained in:
Topilski 2024-10-28 09:05:14 +03:00
commit 310132c21d
363 changed files with 32789 additions and 0 deletions

45
.gitignore vendored Normal file
View file

@ -0,0 +1,45 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# other
*.pyc
CMakeLists.txt.user
*~
# fastogt tmp files
build/.idea/
build/build_*_env/
build_cmake/
build_cmake_release/
clients/.idea
.idea