2010-12-17 17:22:50 +00:00
|
|
|
#==============================================================================#
|
|
|
|
# This file specifies intentionally untracked files that git should ignore.
|
|
|
|
# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
|
|
|
|
#
|
|
|
|
# This file is intentionally different from the output of `git svn show-ignore`,
|
|
|
|
# as most of those are useless.
|
|
|
|
#==============================================================================#
|
2010-12-16 03:25:38 +00:00
|
|
|
|
2010-12-17 17:22:50 +00:00
|
|
|
#==============================================================================#
|
|
|
|
# File extensions to be ignored anywhere in the tree.
|
|
|
|
#==============================================================================#
|
|
|
|
# Temp files created by most text editors.
|
2010-12-16 15:42:18 +00:00
|
|
|
*~
|
2010-12-17 17:22:50 +00:00
|
|
|
# Merge files created by git.
|
|
|
|
*.orig
|
|
|
|
# Byte compiled python modules.
|
|
|
|
*.pyc
|
2011-05-31 21:54:28 +00:00
|
|
|
# vim swap files
|
2015-01-30 21:59:28 +00:00
|
|
|
.*.sw?
|
2012-10-09 23:48:34 +00:00
|
|
|
.sw?
|
2014-01-25 15:15:16 +00:00
|
|
|
#OS X specific files.
|
|
|
|
.DS_store
|
2010-12-17 17:22:50 +00:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Explicit files to ignore (only matches one).
|
|
|
|
#==============================================================================#
|
2015-01-10 19:11:29 +00:00
|
|
|
# Various tag programs
|
|
|
|
/tags
|
|
|
|
/TAGS
|
|
|
|
/GPATH
|
|
|
|
/GRTAGS
|
|
|
|
/GSYMS
|
|
|
|
/GTAGS
|
2010-12-16 15:42:18 +00:00
|
|
|
.gitusers
|
2011-08-12 07:47:50 +00:00
|
|
|
autom4te.cache
|
2010-12-16 15:42:18 +00:00
|
|
|
cscope.files
|
|
|
|
cscope.out
|
2010-12-17 17:22:50 +00:00
|
|
|
autoconf/aclocal.m4
|
|
|
|
autoconf/autom4te.cache
|
2015-03-26 18:55:42 +00:00
|
|
|
/compile_commands.json
|
2010-12-17 17:22:50 +00:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
|
|
|
#==============================================================================#
|
|
|
|
# External projects that are tracked independently.
|
|
|
|
projects/*
|
|
|
|
!projects/CMakeLists.txt
|
2015-06-26 10:13:56 +00:00
|
|
|
!projects/LLVMBuild.txt
|
2010-12-17 17:22:50 +00:00
|
|
|
!projects/Makefile
|
|
|
|
# Clang, which is tracked independently.
|
|
|
|
tools/clang
|
2011-11-10 22:55:50 +00:00
|
|
|
# LLDB, which is tracked independently.
|
|
|
|
tools/lldb
|
2012-05-02 21:25:32 +00:00
|
|
|
# lld, which is tracked independently.
|
|
|
|
tools/lld
|
2015-01-07 21:08:54 +00:00
|
|
|
# llgo, which is tracked independently.
|
|
|
|
tools/llgo
|
2014-06-25 13:13:36 +00:00
|
|
|
# Polly, which is tracked independently.
|
|
|
|
tools/polly
|
2012-04-19 16:31:19 +00:00
|
|
|
# Sphinx build tree, if building in-source dir.
|
|
|
|
docs/_build
|
2014-10-16 22:48:02 +00:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Files created in tree by the Go bindings.
|
|
|
|
#==============================================================================#
|
|
|
|
bindings/go/llvm/llvm_config.go
|
|
|
|
bindings/go/llvm/workdir
|