From babff97807de3a1119cc63cf4a2457a89e82b604 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Mon, 2 Dec 2024 15:50:00 +0100 Subject: [PATCH] Add all compiler targets to gitignore --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 799cd9f36..2d053ee29 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,12 @@ GCCX86 CLANG ICC MIC +GCCARM* +ARMCLANG +FCC +GCCPOWER +XLC +PGI # libraries *.so* @@ -35,6 +41,3 @@ doc/html # core dumps /core - -# generated packages -/*.deb