mirror of
https://github.com/mpusz/mp-units.git
synced 2026-04-29 02:13:28 +02:00
57 lines
563 B
Plaintext
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
|