Files
qrcode-reader-hardware/Boot/.gitignore
Mysteo bebfc1b5ab 11
2023-06-29 19:23:00 +03:00

65 lines
704 B
Plaintext

**/cmake-build-debug/
**/.idea/
**/cmake-build-release/
**/cmake-build**
**/cmake-build-relwithdebinfo/
**/cmake-build-test/
**/cmake-build-arm/
**/cmake-build-release-arm/
/bootloader/cmake-build-debug/
/bootloader/cmake-build-minsizerel/
/bootloader/cmake-build-release/
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf