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

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

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

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

# clangd related ignores
.clangd
compile_commands.json