2011-10-20 21:14:49 +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.
|
|
|
|
#==============================================================================#
|
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# File extensions to be ignored anywhere in the tree.
|
|
|
|
#==============================================================================#
|
|
|
|
# Temp files created by most text editors.
|
|
|
|
*~
|
|
|
|
# Merge files created by git.
|
|
|
|
*.orig
|
|
|
|
# Byte compiled python modules.
|
|
|
|
*.pyc
|
|
|
|
# vim swap files
|
2015-06-21 14:00:56 +00:00
|
|
|
.*.sw?
|
2012-12-02 13:20:44 +00:00
|
|
|
.sw?
|
2011-10-20 21:14:49 +00:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Explicit files to ignore (only matches one).
|
|
|
|
#==============================================================================#
|
|
|
|
cscope.files
|
|
|
|
cscope.out
|
2012-08-15 20:02:54 +00:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
|
|
|
#==============================================================================#
|
|
|
|
# Clang extra user tools, which is tracked independently (clang-tools-extra).
|
|
|
|
tools/extra
|
2013-04-08 18:45:10 +00:00
|
|
|
# Sphinx build products
|
|
|
|
docs/_build
|
|
|
|
docs/analyzer/_build
|
2016-07-23 20:44:14 +00:00
|
|
|
# debug info testsuite
|
|
|
|
test/debuginfo-tests
|