Skip to content

Commit b30b51f

Browse files
committedNov 16, 2021
Tidy up .gitignore
1 parent ab56cdb commit b30b51f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed
 

‎.gitignore

-29
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#==============================================================================#
22
# This file specifies intentionally untracked files that git should ignore.
33
# 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.
74
#==============================================================================#
85

96
build/
@@ -40,29 +37,3 @@ cscope.out
4037
autoconf/aclocal.m4
4138
autoconf/autom4te.cache
4239
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

Comments
 (0)
Please sign in to comment.