mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
56 lines
532 B
Plaintext
56 lines
532 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/
|
|
|
|
# cxxdraft-htmlgen
|
|
docs/api_reference/src/source/
|
|
docs/api_reference/gen
|
|
|
|
# macOS files
|
|
.DS_Store
|