2014-03-18 12:43:49 +08:00
|
|
|
#==============================================================================#
|
|
|
|
# The 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.
|
2012-02-08 05:53:52 +08:00
|
|
|
*.pyc
|
2014-12-13 02:10:52 +08:00
|
|
|
*.pyproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
2014-03-18 12:43:49 +08:00
|
|
|
# vim swap files
|
|
|
|
.*.swp
|
|
|
|
.sw?
|
|
|
|
# OS X specific files.
|
|
|
|
.DS_store
|
2015-02-03 09:50:39 +08:00
|
|
|
DerivedData/
|
|
|
|
|
|
|
|
# Remote build configuration files.
|
|
|
|
.remote-build.conf
|
2014-03-18 12:43:49 +08:00
|
|
|
|
2012-02-08 05:53:52 +08:00
|
|
|
build/
|
2015-11-13 09:24:58 +08:00
|
|
|
pyproj/
|
2012-02-08 05:53:52 +08:00
|
|
|
llvm-build/
|
|
|
|
*xcuserdata
|
|
|
|
test/20*
|
2015-12-04 03:20:11 +08:00
|
|
|
__pycache__/
|
2014-07-01 05:05:18 +08:00
|
|
|
|
|
|
|
# We should ignore Xcode-style embedding of llvm/ at lldb root dir.
|
2015-03-31 08:03:00 +08:00
|
|
|
# Do not add trailing '/'s, they skip symlinks.
|
|
|
|
/llvm
|
|
|
|
/DerivedData
|