mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
54 lines
610 B
Plaintext
54 lines
610 B
Plaintext
/CMakeCache.txt
|
|
/Makefile
|
|
/firmware/baseband/Makefile
|
|
/firmware/bootstrap/Makefile
|
|
/firmware/application/portapack_cpld_data.cpp
|
|
/firmware/application/hackrf_cpld_data.cpp
|
|
/firmware/application/hackrf_cpld_data.hpp
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.bin
|
|
*.img
|
|
|
|
# Other compiler/linker outputs
|
|
*.cmake
|
|
*.make
|
|
*.elf
|
|
*.map
|
|
*.lst
|
|
.dep/
|
|
build/
|
|
CMakeFiles/
|
|
|
|
# Debugging
|
|
.gdbinit*
|
|
|
|
# Host OS turds
|
|
.DS_Store
|