blob: 3004923c22af77ab276ec462e1ad63a155c5f5ca [file] [log] [blame]
Evgeniy Stepanovb03ef6a2015-07-16 00:32:26 +00001#==============================================================================#
2# This file specifies intentionally untracked files that git should ignore.
3# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
Evgeniy Stepanovb03ef6a2015-07-16 00:32:26 +00004#==============================================================================#
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*.orig
13# Byte compiled python modules.
14*.pyc
15# vim swap files
16.*.sw?
17.sw?
18
19#==============================================================================#
20# Explicit files to ignore (only matches one).
21#==============================================================================#
22cscope.files
23cscope.out
George Karpenkov2b390062018-08-22 23:23:17 +000024/tags
Evgeniy Stepanovb03ef6a2015-07-16 00:32:26 +000025
26#==============================================================================#
27# Directories to ignore (do not add trailing '/'s, they skip symlinks).
28#==============================================================================#
Evgeniy Stepanovb03ef6a2015-07-16 00:32:26 +000029# Sphinx build products
30docs/_build
31docs/analyzer/_build
Gor Nishanovdf4e9ba2018-12-03 22:51:07 +000032
33# VS2017 and VSCode config files.
34.vscode
35.vs
36