summaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2014-10-16 22:48:02 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2014-10-16 22:48:02 +0000
commit82e3e373b3e0c4d8d47a60d3ee1f9b348d8cf413 (patch)
treee601446d301e5604a97ee3bbcfb2b14fdd43b262 /llvm/.gitignore
parente186319319600c36bd3b4c832e65f58f01217dff (diff)
downloadllvm-82e3e373b3e0c4d8d47a60d3ee1f9b348d8cf413.tar.gz
Initial version of Go bindings.
This code is based on the existing LLVM Go bindings project hosted at: https://github.com/go-llvm/llvm Note that all contributors to the gollvm project have agreed to relicense their changes under the LLVM license and submit them to the LLVM project. Differential Revision: http://reviews.llvm.org/D5684 llvm-svn: 219976
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index eeebe0d05267..e806c2c5bed7 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -49,3 +49,9 @@ tools/lld
tools/polly
# Sphinx build tree, if building in-source dir.
docs/_build
+
+#==============================================================================#
+# Files created in tree by the Go bindings.
+#==============================================================================#
+bindings/go/llvm/llvm_config.go
+bindings/go/llvm/workdir