summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 364044f890b2fe0c77c70ed97fe390754351e638 (plain)
1
2
3
4
5
6
7
8
9
10
# Ignore swap and backup files used by some editors.
*~
*.swp

# Ignore final build artifacts (for the legacy Makefile).
ipcalc
out.tmp

# Ignore the default out-of-tree build directory (for Meson).
/build