X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=.gitignore;h=ab64cc356e9cff550bc2b3af496849f1f47d505d;hb=e49a3f2df9bf6c8d7eb29a924ebbf31e7fba2b97;hp=5f06328a33c2efba5f0a8f71b4abeee839efffae;hpb=c5dc5c2b4cb7cfb1659e27936fac109642fa1d82;p=anna.git diff --git a/.gitignore b/.gitignore index 5f06328..ab64cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,13 +12,31 @@ *.la *.a -debug -release docs/doxygen/html docs/doxygen/latex docs/doxygen/man -.sconsign.dblite *.log *.old .cproject .project + +# CMake +CMakeCache.txt +CMakeFiles/ +CTestTestfile.cmake +Makefile +cmake_install.cmake +build/ +Testing/ +install_manifest.txt +CMakeDoxyfile.in +CMakeDoxygenDefaults.cmake + +# Deployments +docker-images/anna-adml-http/opt/ + +# Component test (pytest) +example/diameter/launcher/resources/rest_api/ct/**/__pycache__ +example/diameter/launcher/resources/rest_api/ct/helpers/*.xml +example/diameter/launcher/resources/rest_api/ct/helpers/*.json +example/diameter/launcher/resources/rest_api/ct/helpers/*.txt