xref: /freebsd/contrib/llvm-project/lld/.gitignore (revision e64fe029e9d3ce476e77a478318e0c3cd201ff08)
1#==============================================================================#
2# This file specifies intentionally untracked files that git should ignore.
3# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
4#==============================================================================#
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.*.swp
17# Mac OS X Finder layout info
18.DS_Store
19
20#==============================================================================#
21# Directories to be ignored.
22#==============================================================================#
23# Sphinx build files.
24docs/_build
25