Files
openE57_Fork/.gitignore
Michele Adduci f569f292f7 New C++ friendly time_conversion (#36)
* Improving codebase with newer C++17 code

* Removed C-style time_conversion library, integrated new time_conversion C++ library in tools

* Bumped version to 1.7.0

* Updated Boost to 1.84.0

* Updated CRC-Castagnoli to 1.2.0.0
2024-01-27 16:42:20 +01:00

42 lines
386 B
Plaintext

# 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
# Build folders
build/
tmp/
bin/*
.devcontainer/
.vscode/
test_package/CMakeUserPresets.json
CMakeUserPresets.json