2010-12-17 18:22:50 +01: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 04:25:38 +01:00
|
|
|
|
2010-12-17 18:22:50 +01:00
|
|
|
#==============================================================================#
|
|
|
|
# File extensions to be ignored anywhere in the tree.
|
|
|
|
#==============================================================================#
|
|
|
|
# Temp files created by most text editors.
|
2010-12-16 16:42:18 +01:00
|
|
|
*~
|
2010-12-17 18:22:50 +01:00
|
|
|
# Merge files created by git.
|
|
|
|
*.orig
|
|
|
|
# Byte compiled python modules.
|
|
|
|
*.pyc
|
2011-05-31 23:54:28 +02:00
|
|
|
# vim swap files
|
|
|
|
.*.swp
|
2012-10-10 01:48:34 +02:00
|
|
|
.sw?
|
2010-12-17 18:22:50 +01:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Explicit files to ignore (only matches one).
|
|
|
|
#==============================================================================#
|
2010-12-16 16:42:18 +01:00
|
|
|
.gitusers
|
2011-08-12 09:47:50 +02:00
|
|
|
autom4te.cache
|
2010-12-16 16:42:18 +01:00
|
|
|
cscope.files
|
|
|
|
cscope.out
|
2010-12-17 18:22:50 +01:00
|
|
|
autoconf/aclocal.m4
|
|
|
|
autoconf/autom4te.cache
|
2012-08-21 21:23:30 +02:00
|
|
|
compile_commands.json
|
2010-12-17 18:22:50 +01:00
|
|
|
|
|
|
|
#==============================================================================#
|
|
|
|
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
|
|
|
#==============================================================================#
|
|
|
|
# External projects that are tracked independently.
|
|
|
|
projects/*
|
|
|
|
!projects/sample
|
|
|
|
!projects/CMakeLists.txt
|
|
|
|
!projects/Makefile
|
|
|
|
# Clang, which is tracked independently.
|
|
|
|
tools/clang
|
2011-11-10 23:55:50 +01:00
|
|
|
# LLDB, which is tracked independently.
|
|
|
|
tools/lldb
|
2012-05-02 23:25:32 +02:00
|
|
|
# lld, which is tracked independently.
|
|
|
|
tools/lld
|
2012-04-19 18:31:19 +02:00
|
|
|
# Sphinx build tree, if building in-source dir.
|
|
|
|
docs/_build
|