Home | History | Annotate | Line # | Download | only in clang
      1  1.1  joerg #==============================================================================#
      2  1.1  joerg # This file specifies intentionally untracked files that git should ignore.
      3  1.1  joerg # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
      4  1.1  joerg #==============================================================================#
      5  1.1  joerg 
      6  1.1  joerg #==============================================================================#
      7  1.1  joerg # File extensions to be ignored anywhere in the tree.
      8  1.1  joerg #==============================================================================#
      9  1.1  joerg # Temp files created by most text editors.
     10  1.1  joerg *~
     11  1.1  joerg # Merge files created by git.
     12  1.1  joerg *.orig
     13  1.1  joerg # Byte compiled python modules.
     14  1.1  joerg *.pyc
     15  1.1  joerg # vim swap files
     16  1.1  joerg .*.sw?
     17  1.1  joerg .sw?
     18  1.1  joerg 
     19  1.1  joerg #==============================================================================#
     20  1.1  joerg # Explicit files to ignore (only matches one).
     21  1.1  joerg #==============================================================================#
     22  1.1  joerg cscope.files
     23  1.1  joerg cscope.out
     24  1.1  joerg /tags
     25  1.1  joerg 
     26  1.1  joerg #==============================================================================#
     27  1.1  joerg # Directories to ignore (do not add trailing '/'s, they skip symlinks).
     28  1.1  joerg #==============================================================================#
     29  1.1  joerg # Sphinx build products
     30  1.1  joerg docs/_build
     31  1.1  joerg docs/analyzer/_build
     32  1.1  joerg 
     33  1.1  joerg # VS2017 and VSCode config files.
     34  1.1  joerg .vscode
     35  1.1  joerg .vs
     36  1.1  joerg 
     37