.gitignore 917 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. build/
  2. build*/
  3. gtest/
  4. AutoXML/
  5. test_harness/src/test_harness-C/application.out
  6. /.project
  7. /.cproject
  8. *.pyc
  9. *.o
  10. *Ac.*
  11. *ComponentReport.txt
  12. lib*.a
  13. *-bin
  14. ac_dep
  15. *~
  16. .metadata
  17. RemoteSystemsTempFiles
  18. *.py.bak
  19. ~*
  20. *.hash
  21. .DS_Store
  22. *.stackdump
  23. Dict
  24. *.core
  25. *.gcov
  26. !**/test/ut/output/*.gcov
  27. GTestBase.*
  28. TesterBase.*
  29. Tester.*
  30. !**/test/ut/GTestBase.*
  31. !**/test/ut/TesterBase.*
  32. !**/test/ut/Tester.*
  33. *.sconsign.dblite
  34. *.class
  35. .classpath
  36. doxygen
  37. .scrub*
  38. .coverity*
  39. coverity.out
  40. #*#
  41. .#*
  42. **/docs/*.html
  43. *-template
  44. logs
  45. test_harness/.autotools
  46. core
  47. *.swp4
  48. ./Gds/logs/*
  49. ./Gds/docs/doxy
  50. *AppDictionary.xml
  51. *TopologyAppID.csv
  52. *TopologyAppAi_IDTableLog.txt
  53. .vscode
  54. py_dict
  55. .settings
  56. build-fprime-automatic*
  57. /Ref/bin
  58. /RPI/bin
  59. /ci-venv/
  60. /ci-logs*
  61. TesterBase.*
  62. GTestBase.*
  63. /Fw/Python/.eggs
  64. /Fw/Python/src/fprime.egg-info
  65. /Gds/src/fprime_gds.egg-info
  66. **/DefaultDict/serializable/*
  67. fprime-venv
  68. xml
  69. depend
  70. /.idea/
  71. /venv/
  72. Packet-Views