mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Use U64 for LoggerTests * Switch `%llu` to PRI_U64 * Add back the `%` before PRI_U64 * clang-format LoggerRules.cpp
92 lines
1005 B
Plaintext
92 lines
1005 B
Plaintext
build/
|
|
build-fprime-*/
|
|
build-artifacts/
|
|
gtest/
|
|
docs-cache/
|
|
CMakePresets.json
|
|
|
|
AutoXML/
|
|
test_harness/src/test_harness-C/application.out
|
|
/.project
|
|
/.cproject
|
|
*.pyc
|
|
*.o
|
|
*Ac.*
|
|
*ComponentReport.txt
|
|
lib*.a
|
|
*-bin
|
|
ac_dep
|
|
*~
|
|
.metadata
|
|
RemoteSystemsTempFiles
|
|
*.py.bak
|
|
~*
|
|
*.hash
|
|
.DS_Store
|
|
*.stackdump
|
|
Dict
|
|
*.core
|
|
*.swp
|
|
|
|
**/coverage/
|
|
*.gcov
|
|
!**/test/ut/output/*.gcov
|
|
GTestBase.*
|
|
TesterBase.*
|
|
Tester.*
|
|
!**/test/ut/GTestBase.*
|
|
!**/test/ut/TesterBase.*
|
|
!**/test/ut/Tester.*
|
|
seed-history
|
|
|
|
*.sconsign.dblite
|
|
*.class
|
|
.classpath
|
|
doxygen
|
|
.scrub*
|
|
.coverity*
|
|
coverity.out
|
|
#*#
|
|
.#*
|
|
|
|
**/docs/*.html
|
|
/docs/UsersGuide/api/*
|
|
*.template.*
|
|
|
|
logs
|
|
|
|
test_harness/.autotools
|
|
core
|
|
|
|
*.swp4
|
|
|
|
*AppDictionary.xml
|
|
*TopologyAppID.csv
|
|
*TopologyAppAi_IDTableLog.txt
|
|
|
|
.vscode
|
|
py_dict
|
|
.settings
|
|
build-fprime-automatic*
|
|
|
|
/Ref/bin
|
|
/ci-venv/
|
|
/ci-logs*
|
|
/ci-Framework-logs*
|
|
/ci-Ref-logs*
|
|
TesterBase.*
|
|
GTestBase.*
|
|
**/DefaultDict/serializable/*
|
|
|
|
fprime-venv
|
|
xml
|
|
depend
|
|
|
|
/.idea/
|
|
/venv/
|
|
|
|
Packet-Views
|
|
docs/reference/api/cpp
|
|
docs/reference/api/cmake
|
|
temp_dir/
|