annotate .gitignore @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 803732b1fca8
children 1d019706d866
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 # This file specifies intentionally untracked files that git should ignore.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 #
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 # This file is intentionally different from the output of `git svn show-ignore`,
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 # as most of those are useless.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 # File extensions to be ignored anywhere in the tree.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 # Temp files created by most text editors.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 *~
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 # Merge files created by git.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 *.orig
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 # Byte compiled python modules.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 *.pyc
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 # vim swap files
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
19 .*.sw?
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 .sw?
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
21 #OS X specific files.
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
22 .DS_store
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
23
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
24 # Nested build directory
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
25 /build
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 # Explicit files to ignore (only matches one).
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 #==============================================================================#
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
30 # Various tag programs
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
31 /tags
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
32 /TAGS
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
33 /GPATH
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
34 /GRTAGS
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
35 /GSYMS
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
36 /GTAGS
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 .gitusers
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38 autom4te.cache
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 cscope.files
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 cscope.out
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 autoconf/aclocal.m4
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 autoconf/autom4te.cache
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
43 /compile_commands.json
147
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
44 # Visual Studio built-in CMake configuration
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
45 /CMakeSettings.json
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
46 # CLion project configuration
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
47 /.idea
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
48 # Qt Creator project configuration
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
49 /CMakeLists.txt.user
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53 #==============================================================================#
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 # External projects that are tracked independently.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 projects/*
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
56 !projects/*.*
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 !projects/Makefile
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
58 runtimes/*
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
59 !runtimes/*.*
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 # Clang, which is tracked independently.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 tools/clang
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62 # LLDB, which is tracked independently.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 tools/lldb
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 # lld, which is tracked independently.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 tools/lld
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
66 # llgo, which is tracked independently.
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
67 tools/llgo
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
68 # Polly, which is tracked independently.
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
69 tools/polly
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
70 # avrlit, which is tracked independently.
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
71 tools/avrlit
0
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 # Sphinx build tree, if building in-source dir.
95c75e76d11b LLVM 3.4
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73 docs/_build
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
74 # VS2017 and VSCode config files.
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
75 .vscode
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
76 .vs
147
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
77 # clangd index
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
78 .clangd
121
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
79
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
80 #==============================================================================#
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
81 # Files created in tree by the Go bindings.
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
82 #==============================================================================#
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
83 bindings/go/llvm/llvm_config.go
803732b1fca8 LLVM 5.0
kono
parents: 0
diff changeset
84 bindings/go/llvm/workdir