1 #==============================================================================#
2 # The file specifies intentionally untracked files that git should ignore.
3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
5 # This file is intentionally different from the output of `git svn show-ignore`,
6 # as most of those are useless.
7 #==============================================================================#
9 #==============================================================================#
10 # File extensions to be ignored anywhere in the tree.
11 #==============================================================================#
12 # Temp files created by most text editors.
14 # Merge files created by git.
16 # Byte compiled python modules.
26 # OS X specific files.
31 # Remote build configuration files.
44 # Skip ctags-style tags files
47 # We should ignore Xcode-style embedding of llvm/ at lldb root dir.
48 # Do not add trailing '/'s, they skip symlinks.
52 # Ignore test trace directories.