X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=.gitignore;h=3e558648ef7dda4b53b71f964923825cea2bf01c;hp=55074804fbc1971b817bd45a349de4513502d116;hb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4;hpb=e80e62a5cf9aacad1a9551c68c432147ef98cd29 diff --git a/.gitignore b/.gitignore index 5507480..3e55864 100644 --- a/.gitignore +++ b/.gitignore @@ -12,14 +12,32 @@ *.la *.a -debug -release docs/doxygen/html docs/doxygen/latex docs/doxygen/man -.sconsign.dblite *.log *.old .cproject .project -/Debug/ + +# 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/ +aots-deploy/ + +# 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