From 164b57f609cb3d362bceb2378aec10e7c256f513 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 27 Jun 2025 19:26:24 +0200 Subject: [PATCH] MT#33054 Add .gitignore files Change-Id: I26de43b99049283bd14d72c32fe13e056845b750 --- core/.gitignore | 1 + core/compat/.gitignore | 2 ++ core/plug-in/stats/.gitignore | 1 + 3 files changed, 4 insertions(+) create mode 100644 core/.gitignore create mode 100644 core/compat/.gitignore create mode 100644 core/plug-in/stats/.gitignore diff --git a/core/.gitignore b/core/.gitignore new file mode 100644 index 00000000..3a5b5dcf --- /dev/null +++ b/core/.gitignore @@ -0,0 +1 @@ +ngcp-sems diff --git a/core/compat/.gitignore b/core/compat/.gitignore new file mode 100644 index 00000000..61abe6f3 --- /dev/null +++ b/core/compat/.gitignore @@ -0,0 +1,2 @@ +getarch +getos diff --git a/core/plug-in/stats/.gitignore b/core/plug-in/stats/.gitignore new file mode 100644 index 00000000..936c5e6a --- /dev/null +++ b/core/plug-in/stats/.gitignore @@ -0,0 +1 @@ +sems-stats