https://github.com/Maetveis created 
https://github.com/llvm/llvm-project/pull/147939

The file is listing build artifacts to ignore, but LLVM has long had the policy 
that in-tree builds are not supported, so the ignore rules shouldn't serve 
their original purpose anymore.
The rules however are annoying because although they probably intended only to 
ignore top-level build artifacts, they lack the leading `/` so they match any 
file with the ignored name anywhere under `libclc/`.

From 96a41b2adcd604aca48a25f3d0b833dabf8b17e0 Mon Sep 17 00:00:00 2001
From: Gergely Meszaros <gergely.mesza...@intel.com>
Date: Thu, 10 Jul 2025 04:06:07 -0700
Subject: [PATCH] [libclc] Delete .gitignore

The file is listing build artifacts to ignore, but LLVM has long had
the policy that in-tree builds are not supported, so the ignore rules
shouldn't serve their original purpose anymore.
The rules however are annoying because although they probably intended
only to ignore top-level build artifacts, they lack the leading `/` so
they match any file with the ignored name anywhere under `libclc/`.
---
 libclc/.gitignore | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 libclc/.gitignore

diff --git a/libclc/.gitignore b/libclc/.gitignore
deleted file mode 100644
index 7cec7a2660a1d..0000000000000
--- a/libclc/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-Makefile
-amdgcn--
-amdgcn--amdhsa
-amdgcn-mesa-mesa3d
-build/*.pyc
-built_libs/
-generic--
-generic/lib/convert.cl
-libclc.pc
-nvptx--nvidiacl
-nvptx64--nvidiacl
-r600--
-utils/prepare-builtins
-utils/prepare-builtins.o
-utils/prepare-builtins.o.d

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to