summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 469539134280b6f72a34714ef2c93dbb56cc402a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# vim related ignores
*.swp
.lvimrc

# emacs related ignores
*#*#
*.#*#
.#*
*~

# git related ignores
*.rej
*.orig
.git-module-status

# python related ignores
__pycache__/

# libvirt related ignores
/build/
/ci/scratch/
tags

# clangd related ignores
.clangd
compile_commands.json