NEWS: Fix misindented bullet point
[libvirt.git] / .gitignore
blob469539134280b6f72a34714ef2c93dbb56cc402a
1 # vim related ignores
2 *.swp
3 .lvimrc
5 # emacs related ignores
6 *#*#
7 *.#*#
8 .#*
9 *~
11 # git related ignores
12 *.rej
13 *.orig
14 .git-module-status
16 # python related ignores
17 __pycache__/
19 # libvirt related ignores
20 /build/
21 /ci/scratch/
22 tags
24 # clangd related ignores
25 .clangd
26 compile_commands.json