https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: 9d1b5c6baa55ffebed6c90df5f8ef295b8c7d76e authored by Iztok Jeras on 26 April 2017, 13:57:52 UTC
Linux: removing cpufreq, since it is not working, and is poorly documented
Tip revision: 9d1b5c6
.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
*~
back to top