https://github.com/RedPitaya/RedPitaya
Revision 2d4667c932b7e458a11099efd0778766fac6ced6 authored by n.danilyuk on 28 February 2024, 07:33:37 UTC, committed by n.danilyuk on 28 February 2024, 07:33:37 UTC
1 parent 6b7f857
Raw File
Tip revision: 2d4667c932b7e458a11099efd0778766fac6ced6 authored by n.danilyuk on 28 February 2024, 07:33:37 UTC
Refactoring logs
Tip revision: 2d4667c
.gitignore
# Object files
*.o
*.ko
*.obj
*.elf
# 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
# backups
# IDEs
.vscode
*~
back to top