Files
mp-units/.gitignore
T
2022-07-26 11:30:38 +02:00

57 lines
563 B
Plaintext

# 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
# IDE-specific
/.idea/
/.vs/
/.vscode/
/CMakeSettings.json
# build artifacts
/cmake-build-*/
/build/
/out/
_build/
# CMake
CMakeUserPresets.json
# Conan
*.pyc
/test_package/build/
# Conan internal files
# TODO Remove for Conan 2.0
conan_paths.cmake
conan.lock
conanbuildinfo.txt
conaninfo.txt
graph_info.json