portapack-mayhem/.gitignore
E.T 9e61f80809
Create cmake target ppfw (#1716)
* Create cmake target ppfw and oci

It will build an OCI ppfw package to be flashed or shared on test-drive

Additionally some minor cmake cleanup
And updated gitignore to allow multiple build folders

* Make ppfw / oci build default
2024-01-04 22:59:25 +01:00

76 lines
987 B
Plaintext

/firmware/baseband/*.img
/firmware/application/application.bin
/CMakeCache.txt
/Makefile
/firmware/Makefile
/firmware/baseband/Makefile
/firmware/bootstrap/Makefile
/firmware/application/Makefile
/firmware/application/portapack_cpld_data.cpp
/firmware/application/hackrf_cpld_data.cpp
/firmware/application/hackrf_cpld_data.hpp
/sdcard/ADSB/world_map.bin
/sdcard/FREQMAN/BHT*
/sdcard/FREQMAN/R.TXT
/sdcard/FREQMAN/XXX.TXT
/armbin
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.out
*.app
/firmware/baseband/*.bin
# Other compiler/linker outputs
*.make
*.elf
*.map
*.lst
.dep/
/build*
CMakeFiles/
# Debugging
.gdbinit*
# Editor/IDE files
*.sublime-project
*.sublime-workspace
.vscode
.idea
# VSCodium extensions
.history
# Host OS leftovers
.DS_Store
/firmware/CMakeCache.txt
# Python env
env/
# Other
*.bak