brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 3004923 Raw
37 lines · plain
1#==============================================================================#2# This file specifies intentionally untracked files that git should ignore.3# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html4#==============================================================================#5 6#==============================================================================#7# File extensions to be ignored anywhere in the tree.8#==============================================================================#9# Temp files created by most text editors.10*~11# Merge files created by git.12*.orig13# Byte compiled python modules.14*.pyc15# vim swap files16.*.sw?17.sw?18 19#==============================================================================#20# Explicit files to ignore (only matches one).21#==============================================================================#22cscope.files23cscope.out24/tags25 26#==============================================================================#27# Directories to ignore (do not add trailing '/'s, they skip symlinks).28#==============================================================================#29# Sphinx build products30docs/_build31docs/analyzer/_build32 33# VS2017 and VSCode config files.34.vscode35.vs36 37