first working prototype
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
# ── Build output ─────────────────────────────────────────────────────────────
|
||||
Build/
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.ex
|
||||
*.ex.dbg
|
||||
|
||||
# ── Symlinks created by run.sh for MARTe2 auto-loader ────────────────────────
|
||||
# (WaveformSin.so, SineArrayGAM.so, etc. → underlying .so)
|
||||
Source/**/WaveformSin.so
|
||||
Source/**/WaveformChirp.so
|
||||
Source/**/WaveformPointsDef.so
|
||||
Source/**/SineArrayGAM.so
|
||||
|
||||
# ── Generated dependency files ────────────────────────────────────────────────
|
||||
depends.*
|
||||
dependsRaw.*
|
||||
|
||||
# ── Code coverage ─────────────────────────────────────────────────────────────
|
||||
*.gcov
|
||||
*.gcno
|
||||
*.gcda
|
||||
Makefile.cov
|
||||
lcov_output/
|
||||
coverage/
|
||||
|
||||
# ── Go binaries ───────────────────────────────────────────────────────────────
|
||||
Client/WebUI/udpstreamer-webui
|
||||
|
||||
# ── IDE / editor ──────────────────────────────────────────────────────────────
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*~
|
||||
*.orig
|
||||
*.bak
|
||||
|
||||
# ── OS ────────────────────────────────────────────────────────────────────────
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user