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-03-18 12:43:49 +08:00
|
|
|
# vim swap files
|
|
|
|
.*.swp
|
|
|
|
.sw?
|
|
|
|
# OS X specific files.
|
|
|
|
.DS_store
|
|
|
|
|
2012-02-08 05:53:52 +08:00
|
|
|
build/
|
|
|
|
llvm-build/
|
|
|
|
*xcuserdata
|
|
|
|
test/20*
|