1
0
This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
RealtimeOscilloscope/.gitignore

115 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2023-11-28 13:19:36 +00:00
### C++ template
# 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
### C template
# 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
### CMake template
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
.settings/
**/Debug
**/Release
**/.mxproject
**/mx.scratch
**/32F746GDISCOVERY.xml
**/ButtonManager_converter.log
**/ide-touchgfx-gen/Drivers/STM32F7xx_HAL_Driver/
**/ide-touchgfx-gen/Drivers/CMSIS/
**/ide-touchgfx-gen/.extSettings
**/ide-touchgfx-gen/MDK-ARM/
**/ide-touchgfx-gen/gcc/
**/ide-touchgfx-gen/Middlewares/Third_Party/FreeRTOS/