# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

*.exe
*.test
*.prof
*.gcda
*.gcno
*.gcov
*.lcov

# Test binaries
*_test
tests/Testing/

# Build artifacts
config.h
mender-flash

# Test reports
/reports

# Misc
/.clang-format

# CMake
**/CMakeCache.txt
**/CMakeFiles/
/_deps/
*.cmake
/Testing
/install_manifest*.txt
Makefile
