1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud.git synced 2025-02-12 13:21:51 +00:00
fastocloud/.gitignore

46 lines
415 B
Text
Raw Normal View History

2024-10-28 06:05:14 +00:00
# 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