Author: Mészáros Gergely
Date: 2025-07-10T14:07:59+02:00
New Revision: 7a089bc4c00fe35c8f07b7c420be6535ad331161

URL: 
https://github.com/llvm/llvm-project/commit/7a089bc4c00fe35c8f07b7c420be6535ad331161
DIFF: 
https://github.com/llvm/llvm-project/commit/7a089bc4c00fe35c8f07b7c420be6535ad331161.diff

LOG: [libclc] Delete .gitignore (#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/`.

Added: 
    

Modified: 
    

Removed: 
    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