OSDN Git Service

[SimplifyCFG] avoid sinking insts within an infinite-loop
[android-x86/external-llvm-project.git] / .gitignore
1 #==============================================================================#
2 # This file specifies intentionally untracked files that git should ignore.
3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
4 #
5 # This file is intentionally different from the output of `git svn show-ignore`,
6 # as most of those are useless.
7 #==============================================================================#
8
9 #==============================================================================#
10 # File extensions to be ignored anywhere in the tree.
11 #==============================================================================#
12 # Temp files created by most text editors.
13 *~
14 # Merge files created by git.
15 *.orig
16 # Byte compiled python modules.
17 *.pyc
18 # vim swap files
19 .*.sw?
20 .sw?
21 #OS X specific files.
22 .DS_store
23
24 # Ignore the user specified CMake presets in subproject directories.
25 /*/CMakeUserPresets.json
26
27 # Nested build directory
28 /build*
29
30 #==============================================================================#
31 # Explicit files to ignore (only matches one).
32 #==============================================================================#
33 # Various tag programs
34 /tags
35 /TAGS
36 /GPATH
37 /GRTAGS
38 /GSYMS
39 /GTAGS
40 /ID
41 .gitusers
42 autom4te.cache
43 cscope.files
44 cscope.out
45 autoconf/aclocal.m4
46 autoconf/autom4te.cache
47 /compile_commands.json
48 # Visual Studio built-in CMake configuration
49 /CMakeSettings.json
50 # CLion project configuration
51 /.idea
52
53 #==============================================================================#
54 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
55 #==============================================================================#
56 # VS2017 and VSCode config files.
57 .vscode
58 .vs
59 # pythonenv for github Codespaces
60 pythonenv*
61 # clangd index. (".clangd" is a config file now, thus trailing slash)
62 .clangd/
63 .cache
64 # static analyzer regression testing project files
65 /clang/utils/analyzer/projects/*/CachedSource
66 /clang/utils/analyzer/projects/*/PatchedSource
67 /clang/utils/analyzer/projects/*/ScanBuildResults
68 /clang/utils/analyzer/projects/*/RefScanBuildResults
69 # automodapi puts generated documentation files here.
70 /lldb/docs/python_api/