|
1 | 1 | #==============================================================================#
|
2 | 2 | # This file specifies intentionally untracked files that git should ignore.
|
3 | 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 | 4 | #==============================================================================#
|
8 | 5 |
|
9 | 6 | build/
|
@@ -40,29 +37,3 @@ cscope.out
|
40 | 37 | autoconf/aclocal.m4
|
41 | 38 | autoconf/autom4te.cache
|
42 | 39 | compile_commands.json
|
43 |
| - |
44 |
| -#==============================================================================# |
45 |
| -# Directories to ignore (do not add trailing '/'s, they skip symlinks). |
46 |
| -#==============================================================================# |
47 |
| -# External projects that are tracked independently. |
48 |
| -projects/* |
49 |
| -!projects/CMakeLists.txt |
50 |
| -!projects/Makefile |
51 |
| -# Clang, which is tracked independently. |
52 |
| -tools/clang |
53 |
| -# LLDB, which is tracked independently. |
54 |
| -tools/lldb |
55 |
| -# lld, which is tracked independently. |
56 |
| -tools/lld |
57 |
| -# llgo, which is tracked independently. |
58 |
| -tools/llgo |
59 |
| -# Polly, which is tracked independently. |
60 |
| -tools/polly |
61 |
| -# Sphinx build tree, if building in-source dir. |
62 |
| -docs/_build |
63 |
| - |
64 |
| -#==============================================================================# |
65 |
| -# Files created in tree by the Go bindings. |
66 |
| -#==============================================================================# |
67 |
| -bindings/go/llvm/llvm_config.go |
68 |
| -bindings/go/llvm/workdir |
0 commit comments