Files
llvm-project/.gitignore
bramtechs 9e3c3e32b4
Some checks failed
Release Asset Audit / Release Asset Audit (push) Has been cancelled
Release Asset Audit / Notify Audit Failed (push) Has been cancelled
Build and Test libc++ / stage1 (clang-23, frozen-cxx03-headers, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage1 (clang-23, generic-cxx03, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage1 (clang-23, generic-cxx26, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage1 (clang-23, generic-modules, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage1 (gcc-15, generic-gcc, g++-15) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-21, generic-cxx26, clang++-21) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-22, generic-cxx26, clang++-22) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-23, generic-cxx11, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-23, generic-cxx14, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-23, generic-cxx17, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-23, generic-cxx20, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage2 (clang-23, generic-cxx23, clang++-23) (push) Has been cancelled
Build and Test libc++ / stage2 (gcc-15, generic-gcc-cxx11, g++-15) (push) Has been cancelled
Build and Test libc++ / stage3 (bootstrapping-build) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-abi-unstable) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-asan) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-asan-in-tests-only) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-hardening-mode-debug) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-hardening-mode-extensive) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-hardening-mode-extensive-observe-semantic) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-hardening-mode-fast) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-hardening-mode-fast-with-abi-breaks) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-llvm-libc) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-merged) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-modules-cxx17-lsv) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-msan) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-exceptions) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-experimental) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-filesystem) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-localization) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-random_device) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-rtti) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-threads) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-tzdb) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-unicode) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-no-wide-characters) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-optimized-speed) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-static) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-tsan) (push) Has been cancelled
Build and Test libc++ / stage3 (generic-ubsan) (push) Has been cancelled
Build and Test libc++ / macos (apple-configuration, macos-26) (push) Has been cancelled
Build and Test libc++ / macos (apple-system, macos-26) (push) Has been cancelled
Build and Test libc++ / macos (apple-system-hardened, macos-26) (push) Has been cancelled
Build and Test libc++ / macos (generic-cxx03, macos-26) (push) Has been cancelled
Build and Test libc++ / macos (generic-cxx23, macos-26) (push) Has been cancelled
Build and Test libc++ / macos (generic-modules, macos-26) (push) Has been cancelled
Build and Test libc++ / windows (cc, mingw-dll, c++, true) (push) Has been cancelled
Build and Test libc++ / windows (cc, mingw-incomplete-sysroot, c++, true) (push) Has been cancelled
Build and Test libc++ / windows (cc, mingw-static, c++, true) (push) Has been cancelled
Build and Test libc++ / windows (cc, mingw-static, c++, true, windows-11-arm) (push) Has been cancelled
Build and Test libc++ / windows (clang-cl, clang-cl-debug, clang-cl, false) (push) Has been cancelled
Build and Test libc++ / windows (clang-cl, clang-cl-dll, clang-cl, false) (push) Has been cancelled
Build and Test libc++ / windows (clang-cl, clang-cl-no-vcruntime, clang-cl, false) (push) Has been cancelled
Build and Test libc++ / windows (clang-cl, clang-cl-static, clang-cl, false) (push) Has been cancelled
Build and Test libc++ / windows (clang-cl, clang-cl-static-crt, clang-cl, false) (push) Has been cancelled
Build and Test libc++ / windows (i686-w64-mingw32-clang, mingw-dll, i686-w64-mingw32-clang++, true) (push) Has been cancelled
Commit Access Review / commit-access-review (push) Has been cancelled
cheatsheet
2026-05-01 02:37:46 +02:00

93 lines
2.4 KiB
Plaintext

#==============================================================================#
# This file specifies intentionally untracked files that git should ignore.
# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
#
# This file is intentionally different from the output of `git svn show-ignore`,
# as most of those are useless.
#==============================================================================#
install
#==============================================================================#
# File extensions to be ignored anywhere in the tree.
#==============================================================================#
# Temp files created by most text editors.
*~
# Merge files created by git.
*.orig
# Reject files created by patch.
*.rej
# Byte compiled python modules.
*.pyc
# vim swap files
.*.sw?
.sw?
#macOS specific
.DS_Store
# Ignore the user specified CMake presets in subproject directories.
/*/CMakeUserPresets.json
# Nested build directory
/build*
#==============================================================================#
# Explicit files to ignore (only matches one).
#==============================================================================#
# Various tag programs
/tags
/TAGS
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
.gitusers
autom4te.cache
cscope.files
cscope.out
autoconf/aclocal.m4
autoconf/autom4te.cache
/compile_commands.json
/tablegen_compile_commands.yml
# Visual Studio built-in CMake configuration
/CMakeSettings.json
# CLion project configuration
/.idea
/cmake-build*
# Coding assistants' stuff
.agents/
/CLAUDE.md
/instructions.md
.claude/
/GEMINI.md
.gemini/
AGENTS.md
.codex/
# Cursor specific files
.cursor
.cursorignore
.cursorindexingignore
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# VS2017 and VSCode config files.
.vscode
.vs
#zed config files
.zed
# pythonenv for github Codespaces
pythonenv*
# clangd index. (".clangd" is a config file now, thus trailing slash)
.clangd/
.cache
.clangd
# static analyzer regression testing project files
/clang/utils/analyzer/projects/*/CachedSource
/clang/utils/analyzer/projects/*/PatchedSource
/clang/utils/analyzer/projects/*/ScanBuildResults
/clang/utils/analyzer/projects/*/RefScanBuildResults
# automodapi puts generated documentation files here.
/lldb/docs/python_api/