mirror of
https://github.com/mendersoftware/mender.git
synced 2025-03-14 10:25:13 +00:00
65 lines
765 B
Plaintext
65 lines
765 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
*.lcov
|
|
|
|
# Autotools files
|
|
*Makefile
|
|
*Makefile.in
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/compile
|
|
/config.guess
|
|
/config.h
|
|
/src/common/crypto/platform/openssl/openssl_config.h
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/configure~
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/src/mender-version.h
|
|
/missing
|
|
/stamp-h1
|
|
/m4/
|
|
*.deps
|
|
*.dirstamp
|
|
|
|
# Test binaries
|
|
*_test
|
|
|
|
# Build artifacts
|
|
/mender
|
|
/src/mender-auth/mender-auth
|
|
/src/mender-update/mender-update
|
|
config.h
|
|
|
|
# Test reports
|
|
/reports
|
|
|
|
# Misc
|
|
/.clang-format
|
|
build/
|
|
|
|
# CMake
|
|
**/CMakeCache.txt
|
|
**/CMakeFiles/
|
|
/_deps/
|
|
*.cmake
|
|
!main.cmake
|
|
!/src/common/cmake/*.cmake
|
|
Testing
|
|
/install_manifest*.txt
|